Bugs item #2154130, was opened at 2008-10-08 18:20
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=433164&aid=2154130&group_id=42445
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: stage
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Darren Earl (darrenearl)
Assigned to: Richard Vaughan (rtv)
Summary: Stage-3.0.1 (non svn) segmentation fault (64 bit)
Initial Comment:
stage segfaults after loading a world from the command line. This occurs regardless of world file. Here is shown one of the example world files. There is no issue if stage is started without parameters and then a world file is loaded.
I am running Fedora 9 x86_64
$ stage worlds/simple.world
Stage 3.0.1
[Loading worlds/simple.world][Include pioneer.inc][Include map.inc][Include sick.inc]Segmentation fault
the output from gdb:
[Thread debugging using libthread_db enabled]
Stage 3.0.1
[New Thread 0x7f9e32d1e750 (LWP 24448)]
[Loading worlds/simple.world][Include pioneer.inc][Include map.inc][Include sick.inc]
Program received signal SIGSEGV, Segmentation fault.
0x0000000000000021 in ?? ()
(gdb) backtrace
#0 0x0000000000000021 in ?? ()
#1 0x0000000000146943 in StgModel (this=0xd4e9c0, world=0xd20110, parent=0x0,
type=Stg::MODEL_TYPE_PLAIN)
at /home/Darren/Desktop/Stage-3.0.1-Source/libstage/model.cc:203
#2 0x0000000000158b13 in CreateModel (world=0xd20110, parent=0x0)
at /home/Darren/Desktop/Stage-3.0.1-Source/libstage/typetable.cc:7
#3 0x0000000000159ee9 in Stg::StgWorld::Load (this=0xd20110,
worldfile_path=0x7fffe41ff637 "worlds/simple.world")
at /home/Darren/Desktop/Stage-3.0.1-Source/libstage/world.cc:281
#4 0x000000000015fe99 in Stg::StgWorldGui::Load (this=0xd20110,
filename=0x7fffe41ff637 "worlds/simple.world")
at /home/Darren/Desktop/Stage-3.0.1-Source/libstage/worldgui.cc:221
#5 0x0000000000400ee4 in main (argc=2, argv=0x7fffe41fd588)
at /home/Darren/Desktop/Stage-3.0.1-Source/libstage/main.cc:61
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=433164&aid=2154130&group_id=42445
|