Template:Backtrace: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (no need to write essays)
(Remove param defaults and correct {{flightgear file}} param usage; param "bt" is now mandatory)
 
Line 5: Line 5:
| type  = <!--GDB (GNU Debugger)--> backtrace
| type  = <!--GDB (GNU Debugger)--> backtrace
| intro = use-case: remove-subsystem
| intro = use-case: remove-subsystem
| title  = {{flightgear file|path={{{path|src/Main/subsystemFactory.cxx}}}|t=code }}
| title  = {{flightgear file|{{{path|}}}|t=code}}
| script =  
| script =  
{{{bt|
{{{bt}}}
Program received signal SIGSEGV, Segmentation fault.
0x085cf444 in FGSubmodelMgr::update(double) ()
(gdb) bt
#0  0x085cf444 in FGSubmodelMgr::update(double) ()
#1  0x08d0f511 in SGSubsystemGroup::Member::update(double) ()
#2  0x08d0f3a3 in SGSubsystemGroup::update(double) ()
#3  0x08d0f231 in SGSubsystemMgr::update(double) ()
#4  0x0830acba in fgMainLoop() ()
#5  0x08895499 in fgOSMainLoop() ()
#6  0x0830b2d5 in fgMainInit(int, char**) ()
#7  0x082ceb6b in main ()
}}}
| lang = gdb
| lang = gdb
}}
}}

Latest revision as of 22:01, 23 November 2015

WIP.png Work in progress
This article or section will be worked on in the upcoming hours or days.
See history for the latest developments.