On Wed, Aug 08, 2007 at 03:38:26AM +0400, Dmitry Marakasov wrote: > Hi! > > I'm now in a process of updating gnash FreeBSD port to 0.8.0. I think > I overcame all configure problems and finally built Gnash, but the > problem is that it segfaults on any .swf file. I've only tried > standalone player (as it's easier to debug). The problem persists on all > gui/renderer/media handler combinations. > > Some info on my system: > FreeBSD 6.1 i386, gcc 3.4.4, boost 1.34.0. > > Some gdb output: > --- gnash.gdb.log begins here --- > (gdb) run /home/amdmi3/temp/antenna.swf > Starting program: > /usr/home/amdmi3/projects/ports/_updated/gnash/prefix/bin/gnash > /home/amdmi3/temp/antenna.swf > > Program received signal SIGSEGV, Segmentation fault. > 0x00000000 in ?? () > (gdb) bt > #0 0x00000000 in ?? () > #1 0x2879e588 in boost::thread::thread () from > /usr/local/lib/libboost_thread.so > #2 0x282c94cb in gnash::MovieLoader::start (this=0x83a2b3c) at > movie_def_impl.cpp:125
Seems a problem with boost thread to me, did you build boost yourself ? --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

