Backtrace problem

CodeLite installation/troubleshooting forum
Auria
CodeLite Enthusiast
Posts: 26
Joined: Sat Oct 30, 2010 7:19 pm
Genuine User: Yes
IDE Question: C++
Contact:

Backtrace problem

Post by Auria »

Hi,

I'm using CodeLite os OSX. When running in the debugger, and I get a backtrace, double-clicking on an element in the backtrace tab doesn't work. "Trace" says
17:09:22: Failed to open: /Users/mmg/Workspace_CL/: No such file or directory
"/Users/mmg/Workspace_CL/" is the correct path to my CL workspace but looks like the rest of the path is missing

The "file" and "line" columns of the same list are correctly filled with the right values
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Backtrace problem

Post by eranif »

Thanks for reporting that - I am going to work on OSX today (thx for you help btw ;)) - I will also address this issue

Eran
Make sure you have read the HOW TO POST thread
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Backtrace problem

Post by eranif »

Auria wrote:The "file" and "line" columns of the same list are correctly filled with the right values
It does not matter if the UI displays the correct line/file - it does not work this way.

The correct way of doing this:
- set the frame number in the debugger
- and then query it about the file/line

So my guess is that codelite fails to parse the debugger response for some reason (probably apple changed the output format... again ...)

To help me reproduce this problem:
- Enable debugger full logging (a little check box on top of the 'Debug' output tab)
- reproduce the problem and send me / attach here the debugger output

Eran
Make sure you have read the HOW TO POST thread
Auria
CodeLite Enthusiast
Posts: 26
Joined: Sat Oct 30, 2010 7:19 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Backtrace problem

Post by Auria »

Ok there it is :

Code: Select all

DEBUG>>00000003-stack-list-frames
DEBUG>>00000002*stopped,time={wallclock="26.06500",user="0.86517",system="0.42100",start="1322678615.041946",end="1322678641.106943"},reason="signal-received",signal-name="SIGINT",signal-meaning="Interrupt",thread-id="1"
DEBUG>>00000004-var-update "*" 
DEBUG>>00000003^done,stack={frame={level="0",addr="0x97570afa",fp="0xbfffded0",func="mach_msg_trap",optimized="0",shlibname="/usr/lib/libSystem.B.dylib"},frame={level="1",addr="0x97571267",fp="0xbfffdf10",func="mach_msg",optimized="0",shlibname="/usr/lib/libSystem.B.dylib"},frame={level="2",addr="0x942482df",fp="0xbfffe840",func="__CFRunLoopRun",optimized="0",shlibname="/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation"},frame={level="3",addr="0x942473c4",fp="0xbfffe900",func="CFRunLoopRunSpecific",optimized="0",shlibname="/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation"},frame={level="4",addr="0x942471f1",fp="0xbfffe940",func="CFRunLoopRunInMode",optimized="0",shlibname="/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation"},frame={level="5",addr="0x97c37e04",fp="0xbfffe980",func="RunCurrentEventLoopInMode",optimized="0",shlibname="/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox"},frame={level="6",addr="0x97c37bb9",fp="0xbfffe9f0",func="ReceiveNextEventCommon",optimized="0",shlibname="/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox"},frame={level="7",addr="0x97c37a3e",fp="0xbfffea10",func="BlockUntilNextEventMatchingListInMode",optimized="0",shlibname="/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox"},frame={level="8",addr="0x95412595",fp="0xbfffedc0",func="_DPSNextEvent",optimized="0",shlibname="/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit"},frame={level="9",addr="0x95411dd6",fp="0xbfffefe0",func="-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]",optimized="0",shlibname="/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit"},frame={level="10",addr="0x953d41f3",fp="0xbffff0a0",func="-[NSApplication run]",optimized="0",shlibname="/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit"},frame={level="11",addr="0x0014425a",fp="0xbffff0e0",func="wxGUIEventLoop::DoRun",optimized="0",file="log.h",fullname="/Developer/svn/wxWidgets/include/wx/log.h",line="837",dir="/Developer/svn/wxWidgets/include/wx",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"},frame={level="12",addr="0x003d6a64",fp="0xbffff130",func="wxCFEventLoop::Run",optimized="0",file="strconv.h",fullname="/Developer/svn/wxWidgets/include/wx/strconv.h",line="364",dir="/Developer/svn/wxWidgets/include/wx",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"},frame={level="13",addr="0x002c1400",fp="0xbffff160",func="wxAppConsoleBase::MainLoop",optimized="0",file="log.h",fullname="/Developer/svn/wxWidgets/include/wx/log.h",line="918",dir="/Developer/svn/wxWidgets/include/wx",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"},frame={level="14",addr="0x000f5762",fp="0xbffff190",func="wxApp::OnRun",optimized="0",file="file.h",fullname="/Developer/svn/wxWidgets/include/wx/file.h",line="108",dir="/Developer/svn/wxWidgets/include/wx",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"},frame={level="15",addr="0x0035ab90",fp="0xbffff1c0",func="wxEntry",optimized="0",file="log.h",fullname="/Developer/svn/wxWidgets/include/wx/log.h",line="918",dir="/Developer/svn/wxWidgets/include/wx",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"},frame={level="16",addr="0x0004910c",fp="0xbffff200",func="main",optimized="0",file="/Users/mmg/Workspace_CL/wxMupen64Plus/main.cpp",fullname="/Users/mmg/Workspace_CL/wxMupen64Plus/main.cpp",line="134",dir="/Users/mmg/Workspace_CL/wxMupen64Plus",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"}},time={wallclock="0.32621",user="0.22145",system="0.03364",start="1322678641.107251",end="1322678641.433462"}
DEBUG>>00000004^done,changelist={},time={wallclock="0.00002",user="0.00001",system="0.00001",start="1322678641.434024",end="1322678641.434044"}
DEBUG>>00000005-stack-list-frames
DEBUG>>00000005^done,stack={frame={level="0",addr="0x97570afa",fp="0xbfffded0",func="mach_msg_trap",optimized="0",shlibname="/usr/lib/libSystem.B.dylib"},frame={level="1",addr="0x97571267",fp="0xbfffdf10",func="mach_msg",optimized="0",shlibname="/usr/lib/libSystem.B.dylib"},frame={level="2",addr="0x942482df",fp="0xbfffe840",func="__CFRunLoopRun",optimized="0",shlibname="/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation"},frame={level="3",addr="0x942473c4",fp="0xbfffe900",func="CFRunLoopRunSpecific",optimized="0",shlibname="/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation"},frame={level="4",addr="0x942471f1",fp="0xbfffe940",func="CFRunLoopRunInMode",optimized="0",shlibname="/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation"},frame={level="5",addr="0x97c37e04",fp="0xbfffe980",func="RunCurrentEventLoopInMode",optimized="0",shlibname="/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox"},frame={level="6",addr="0x97c37bb9",fp="0xbfffe9f0",func="ReceiveNextEventCommon",optimized="0",shlibname="/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox"},frame={level="7",addr="0x97c37a3e",fp="0xbfffea10",func="BlockUntilNextEventMatchingListInMode",optimized="0",shlibname="/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox"},frame={level="8",addr="0x95412595",fp="0xbfffedc0",func="_DPSNextEvent",optimized="0",shlibname="/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit"},frame={level="9",addr="0x95411dd6",fp="0xbfffefe0",func="-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]",optimized="0",shlibname="/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit"},frame={level="10",addr="0x953d41f3",fp="0xbffff0a0",func="-[NSApplication run]",optimized="0",shlibname="/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit"},frame={level="11",addr="0x0014425a",fp="0xbffff0e0",func="wxGUIEventLoop::DoRun",optimized="0",file="log.h",fullname="/Developer/svn/wxWidgets/include/wx/log.h",line="837",dir="/Developer/svn/wxWidgets/include/wx",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"},frame={level="12",addr="0x003d6a64",fp="0xbffff130",func="wxCFEventLoop::Run",optimized="0",file="strconv.h",fullname="/Developer/svn/wxWidgets/include/wx/strconv.h",line="364",dir="/Developer/svn/wxWidgets/include/wx",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"},frame={level="13",addr="0x002c1400",fp="0xbffff160",func="wxAppConsoleBase::MainLoop",optimized="0",file="log.h",fullname="/Developer/svn/wxWidgets/include/wx/log.h",line="918",dir="/Developer/svn/wxWidgets/include/wx",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"},frame={level="14",addr="0x000f5762",fp="0xbffff190",func="wxApp::OnRun",optimized="0",file="file.h",fullname="/Developer/svn/wxWidgets/include/wx/file.h",line="108",dir="/Developer/svn/wxWidgets/include/wx",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"},frame={level="15",addr="0x0035ab90",fp="0xbffff1c0",func="wxEntry",optimized="0",file="log.h",fullname="/Developer/svn/wxWidgets/include/wx/log.h",line="918",dir="/Developer/svn/wxWidgets/include/wx",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"},frame={level="16",addr="0x0004910c",fp="0xbffff200",func="main",optimized="0",file="/Users/mmg/Workspace_CL/wxMupen64Plus/main.cpp",fullname="/Users/mmg/Workspace_CL/wxMupen64Plus/main.cpp",line="134",dir="/Users/mmg/Workspace_CL/wxMupen64Plus",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"}},time={wallclock="0.00388",user="0.00379",system="0.00003",start="1322678643.597015",end="1322678643.600897"}
DEBUG>>00000006frame 16
DEBUG>>&"frame 16\n"
DEBUG>>00000006^done,frame={level="16",addr="0x0004910c",fp="0xbffff200",func="main",optimized="0",args={{name="argc",value="1"},{name="argv",value="0xbffff264"}},file="/Users/mmg/Workspace_CL/wxMupen64Plus/main.cpp",fullname="/Users/mmg/Workspace_CL/wxMupen64Plus/main.cpp",line="134",dir="/Users/mmg/Workspace_CL/wxMupen64Plus",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"},line="134",file="/Users/mmg/Workspace_CL/wxMupen64Plus/main.cpp"
DEBUG>>00000007-var-update "*" 
DEBUG>>00000008-stack-list-frames 0 0
DEBUG>>00000009-break-list
DEBUG>>00000007^done,changelist={},time={wallclock="0.00003",user="0.00002",system="0.00001",start="1322678646.754797",end="1322678646.754822"}
DEBUG>>00000008^done,stack={frame={level="0",addr="0x97570afa",fp="0xbfffded0",func="mach_msg_trap",optimized="0",shlibname="/usr/lib/libSystem.B.dylib"}},time={wallclock="0.00021",user="0.00021",system="0.00000",start="1322678646.755145",end="1322678646.755359"}
DEBUG>>00000010-stack-list-frames
DEBUG>>00000009^done,BreakpointTable={},time={wallclock="0.00022",user="0.00021",system="0.00000",start="1322678646.755556",end="1322678646.755773"}
DEBUG>>00000010^done,stack={frame={level="0",addr="0x97570afa",fp="0xbfffded0",func="mach_msg_trap",optimized="0",shlibname="/usr/lib/libSystem.B.dylib"},frame={level="1",addr="0x97571267",fp="0xbfffdf10",func="mach_msg",optimized="0",shlibname="/usr/lib/libSystem.B.dylib"},frame={level="2",addr="0x942482df",fp="0xbfffe840",func="__CFRunLoopRun",optimized="0",shlibname="/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation"},frame={level="3",addr="0x942473c4",fp="0xbfffe900",func="CFRunLoopRunSpecific",optimized="0",shlibname="/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation"},frame={level="4",addr="0x942471f1",fp="0xbfffe940",func="CFRunLoopRunInMode",optimized="0",shlibname="/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation"},frame={level="5",addr="0x97c37e04",fp="0xbfffe980",func="RunCurrentEventLoopInMode",optimized="0",shlibname="/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox"},frame={level="6",addr="0x97c37bb9",fp="0xbfffe9f0",func="ReceiveNextEventCommon",optimized="0",shlibname="/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox"},frame={level="7",addr="0x97c37a3e",fp="0xbfffea10",func="BlockUntilNextEventMatchingListInMode",optimized="0",shlibname="/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox"},frame={level="8",addr="0x95412595",fp="0xbfffedc0",func="_DPSNextEvent",optimized="0",shlibname="/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit"},frame={level="9",addr="0x95411dd6",fp="0xbfffefe0",func="-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]",optimized="0",shlibname="/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit"},frame={level="10",addr="0x953d41f3",fp="0xbffff0a0",func="-[NSApplication run]",optimized="0",shlibname="/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit"},frame={level="11",addr="0x0014425a",fp="0xbffff0e0",func="wxGUIEventLoop::DoRun",optimized="0",file="log.h",fullname="/Developer/svn/wxWidgets/include/wx/log.h",line="837",dir="/Developer/svn/wxWidgets/include/wx",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"},frame={level="12",addr="0x003d6a64",fp="0xbffff130",func="wxCFEventLoop::Run",optimized="0",file="strconv.h",fullname="/Developer/svn/wxWidgets/include/wx/strconv.h",line="364",dir="/Developer/svn/wxWidgets/include/wx",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"},frame={level="13",addr="0x002c1400",fp="0xbffff160",func="wxAppConsoleBase::MainLoop",optimized="0",file="log.h",fullname="/Developer/svn/wxWidgets/include/wx/log.h",line="918",dir="/Developer/svn/wxWidgets/include/wx",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"},frame={level="14",addr="0x000f5762",fp="0xbffff190",func="wxApp::OnRun",optimized="0",file="file.h",fullname="/Developer/svn/wxWidgets/include/wx/file.h",line="108",dir="/Developer/svn/wxWidgets/include/wx",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"},frame={level="15",addr="0x0035ab90",fp="0xbffff1c0",func="wxEntry",optimized="0",file="log.h",fullname="/Developer/svn/wxWidgets/include/wx/log.h",line="918",dir="/Developer/svn/wxWidgets/include/wx",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"},frame={level="16",addr="0x0004910c",fp="0xbffff200",func="main",optimized="0",file="/Users/mmg/Workspace_CL/wxMupen64Plus/main.cpp",fullname="/Users/mmg/Workspace_CL/wxMupen64Plus/main.cpp",line="134",dir="/Users/mmg/Workspace_CL/wxMupen64Plus",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"}},time={wallclock="0.00385",user="0.00364",system="0.00003",start="1322678646.757489",end="1322678646.761335"}
DEBUG>>00000011frame 16
DEBUG>>&"frame 16\n"
DEBUG>>00000011^done,frame={level="16",addr="0x0004910c",fp="0xbffff200",func="main",optimized="0",args={{name="argc",value="1"},{name="argv",value="0xbffff264"}},file="/Users/mmg/Workspace_CL/wxMupen64Plus/main.cpp",fullname="/Users/mmg/Workspace_CL/wxMupen64Plus/main.cpp",line="134",dir="/Users/mmg/Workspace_CL/wxMupen64Plus",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"},line="134",file="/Users/mmg/Workspace_CL/wxMupen64Plus/main.cpp"
DEBUG>>00000012-var-update "*" 
DEBUG>>00000013-stack-list-frames 0 0
DEBUG>>00000014-break-list
DEBUG>>00000012^done,changelist={},time={wallclock="0.00002",user="0.00002",system="0.00001",start="1322678649.252432",end="1322678649.252456"}
DEBUG>>00000013^done,stack={frame={level="0",addr="0x97570afa",fp="0xbfffded0",func="mach_msg_trap",optimized="0",shlibname="/usr/lib/libSystem.B.dylib"}},time={wallclock="0.00021",user="0.00021",system="0.00000",start="1322678649.252796",end="1322678649.253010"}
DEBUG>>00000015-stack-list-frames
DEBUG>>00000014^done,BreakpointTable={},time={wallclock="0.00022",user="0.00021",system="0.00000",start="1322678649.253205",end="1322678649.253421"}
DEBUG>>00000015^done,stack={frame={level="0",addr="0x97570afa",fp="0xbfffded0",func="mach_msg_trap",optimized="0",shlibname="/usr/lib/libSystem.B.dylib"},frame={level="1",addr="0x97571267",fp="0xbfffdf10",func="mach_msg",optimized="0",shlibname="/usr/lib/libSystem.B.dylib"},frame={level="2",addr="0x942482df",fp="0xbfffe840",func="__CFRunLoopRun",optimized="0",shlibname="/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation"},frame={level="3",addr="0x942473c4",fp="0xbfffe900",func="CFRunLoopRunSpecific",optimized="0",shlibname="/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation"},frame={level="4",addr="0x942471f1",fp="0xbfffe940",func="CFRunLoopRunInMode",optimized="0",shlibname="/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation"},frame={level="5",addr="0x97c37e04",fp="0xbfffe980",func="RunCurrentEventLoopInMode",optimized="0",shlibname="/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox"},frame={level="6",addr="0x97c37bb9",fp="0xbfffe9f0",func="ReceiveNextEventCommon",optimized="0",shlibname="/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox"},frame={level="7",addr="0x97c37a3e",fp="0xbfffea10",func="BlockUntilNextEventMatchingListInMode",optimized="0",shlibname="/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox"},frame={level="8",addr="0x95412595",fp="0xbfffedc0",func="_DPSNextEvent",optimized="0",shlibname="/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit"},frame={level="9",addr="0x95411dd6",fp="0xbfffefe0",func="-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]",optimized="0",shlibname="/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit"},frame={level="10",addr="0x953d41f3",fp="0xbffff0a0",func="-[NSApplication run]",optimized="0",shlibname="/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit"},frame={level="11",addr="0x0014425a",fp="0xbffff0e0",func="wxGUIEventLoop::DoRun",optimized="0",file="log.h",fullname="/Developer/svn/wxWidgets/include/wx/log.h",line="837",dir="/Developer/svn/wxWidgets/include/wx",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"},frame={level="12",addr="0x003d6a64",fp="0xbffff130",func="wxCFEventLoop::Run",optimized="0",file="strconv.h",fullname="/Developer/svn/wxWidgets/include/wx/strconv.h",line="364",dir="/Developer/svn/wxWidgets/include/wx",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"},frame={level="13",addr="0x002c1400",fp="0xbffff160",func="wxAppConsoleBase::MainLoop",optimized="0",file="log.h",fullname="/Developer/svn/wxWidgets/include/wx/log.h",line="918",dir="/Developer/svn/wxWidgets/include/wx",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"},frame={level="14",addr="0x000f5762",fp="0xbffff190",func="wxApp::OnRun",optimized="0",file="file.h",fullname="/Developer/svn/wxWidgets/include/wx/file.h",line="108",dir="/Developer/svn/wxWidgets/include/wx",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"},frame={level="15",addr="0x0035ab90",fp="0xbffff1c0",func="wxEntry",optimized="0",file="log.h",fullname="/Developer/svn/wxWidgets/include/wx/log.h",line="918",dir="/Developer/svn/wxWidgets/include/wx",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"},frame={level="16",addr="0x0004910c",fp="0xbffff200",func="main",optimized="0",file="/Users/mmg/Workspace_CL/wxMupen64Plus/main.cpp",fullname="/Users/mmg/Workspace_CL/wxMupen64Plus/main.cpp",line="134",dir="/Users/mmg/Workspace_CL/wxMupen64Plus",shlibname="/Users/mmg/Workspace_CL/wxMupen64Plus/Debug/wxMupen64Plus.app/Contents/MacOS/wxMupen64Plus"}},time={wallclock="0.00489",user="0.00387",system="0.00007",start="1322678649.255068",end="1322678649.259958"}
I notice fullname="/Users/mmg/Workspace_CL/wxMupen64Plus/main.cpp",line="134" which is probably the information that should be extracted
Auria
CodeLite Enthusiast
Posts: 26
Joined: Sat Oct 30, 2010 7:19 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Backtrace problem

Post by Auria »

Just a quick follow-up : I talked with Eranif on IRC and the problem should now be fixed :)
Post Reply