Template:Backtrace: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
 
(Remove param defaults and correct {{flightgear file}} param usage; param "bt" is now mandatory)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{collapsible script
<noinclude>
| type  = gdb backtrace
{{WIP}}
| title  = foo
[[Category:Undocumented templates]]
</noinclude>{{collapsible script
| type  = <!--GDB (GNU Debugger)--> backtrace
| intro = use-case: remove-subsystem
| title  = {{flightgear file|{{{path|}}}|t=code}}
| script =  
| script =  
Program received signal SIGSEGV, Segmentation fault.
{{{bt}}}
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.