Mon 08 Oct 2007 03:22:42 PM UTC, original submission:
I found 2 more movies that crash due to a failed assertion, both fails in as_environment.cpp:1100
I cvs up and compiled against todays (2007-10-08) cvs HEAD
http://www.autoprosoftware.co.uk/SchedulerTour.swf
and
http://www.autoprosoftware.co.uk/AM3%20Creating%20Jobs.swf
output:
$ gnash -v http://www.autoprosoftware.co.uk/AM3%20Creating%20Jobs.swf
20618] 17:24:50: Verbose output turned on
20618] 17:24:50: No rendering flags specified, using rcfile
20618] 17:24:50: Checking support for MIT-SHM...
20618] 17:24:50: NOTICE: MIT-SHM available (version 1.1)!
20618] 17:24:50: Your X server expects RGB24 pixmap data for standard mode.
20618] 17:24:50: Created top level window
20618] 17:24:50: DEBUG: bool gnash::Network::connectSocket(const char*) enter
20618] 17:24:50: ERROR: The connect() socket for fd 5 never was available for writing
20618] 17:24:50: LIRC daemon not running
20618] 17:24:50: X server pixel format is (R16:8, G8:8, B0:8, 32 bpp)
20618] 17:24:50: X server is using BGRA32 pixel format
20618] 17:24:50: framebuffer pixel format is BGRA32 (little-endian host)
20618] 17:24:50: Base url set to: http://www.autoprosoftware.co.uk/AM3%20Creating%20Jobs.swf
20618] 17:24:50: SECURITY: Load from host http://www.autoprosoftware.co.uk granted (default).
20618] 17:24:50: Movie http://www.autoprosoftware.co.uk/AM3%20Creating%20Jobs.swf (SWF6) added to library
20618] 17:24:50: GTK-AGG: Using shared memory image
20618] 17:24:50: initialized AGG buffer <0x2b108750b000>, 1650000 bytes, 750x550, rowsize is 3000 bytes
20618] 17:24:50: ERROR: *** no tag loader for type 999 (movie)
20618] 17:24:50: ERROR: *** no tag loader for type 998 (movie)
20618] 17:24:50: ERROR: *** no tag loader for type 997 (movie)
20618] 17:24:50: ERROR: *** no tag loader for type 996 (movie)
20618] 17:24:54: ERROR: ActionLimits hit: Max stack count reached (255)
20618] 17:24:54: DEBUG: Global instance list grew to 4 entries
20618] 17:24:55: DEBUG: Global instance list grew to 7 entries
20618] 17:24:55: ERROR: ActionLimits hit: Max stack count reached (255)
20618] 17:24:55: DEBUG: Global instance list grew to 16 entries
gtk-gnash: as_environment.cpp:1100: void gnash::as_environment::markReachableResources() const: Assertion `_localFrames.empty()' failed.
Aborted
----------------
my config
$ make dumpconfig
Building in directories: libbase libgeometry libamf libmedia server backend utilities gui extensions plugin testsuite po
Some directories may be excluded from the build
Linux linux64 2.6.20-16-generic #2 SMP Sun Sep 23 18:31:23 UTC 2007 x86_64 GNU/Linux
g++ -v
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release x86_64-linux-gnu
Thread model: posix
gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
CXXFLAGS: -g -O2 -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type
Image decoding support...
JPEG_CFLAGS is
JPEG_LIBS is -L/usr/lib64 -ljpeg
PNG_CFLAGS is
PNG_LIBS is
Audio decoding support...
FFMPEG_CFLAGS is
FFMPEG_LIBS is -lavcodec -lz -la52 -ldts -lgsm -ldc1394_control -ldl -lvorbisenc -lraw1394 -lavutil -lvorbis -lm -logg -ldts_pic -lvorbisenc -lvorbis -lm -logg -lavformat -lavcodec -lz -la52 -ldts -lgsm -ldc1394_control -ldl -lvorbisenc -lraw1394 -lavutil -lvorbis -lm -logg -lavutil -ltheora -logg -lgsm -ldc1394_control
OGG_CFLAGS is
OGG_LIBS is
GUI Toolkit decoding support...
SDL_CFLAGS is -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL
SDL_LIBS is -lSDL
KDE_CFLAGS is -I/usr/include/kde -I/usr/include/kde/kio
KDE_LIBS is -lkdeui -lkdecore -lkdeprint
QT_CFLAGS is -I/usr/include/qt3
QT_LIBS is -L/usr/lib -lqt-mt
GTK2_CFLAGS is -DPNG_NO_MMX_CODE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12
GTK2_LIBS is -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
PANGO_CFLAGS is -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
PANGO_LIBS is -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
ATK_CFLAGS is -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
ATK_LIBS is -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
X11_CFLAGS is -I/usr/include
X11_LIBS is -L/usr/lib64 -lX11 -lXinerama -lXext -lSM -lICE
Support libraries...
INCLTDL
LIBLTDL -lltdl
GLIB_CFLAGS is -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
GLIB_LIBS is -lglib-2.0
Z_CFLAGS is
Z_LIBS is -L/usr/lib64 -lz
LIBXML_CFLAGS is -I/usr/include/libxml2
LIBXML_LIBS is -lxml2
FREETYPE_CFLAGS is -I/usr/include/freetype2
FREETYPE_LIBS is -lfreetype -lz
FONTCONFIG_CFLAGS is
FONTCONFIG_LIBS is -lfontconfig
PTHREAD_CFLAGS is -pthread
PTHREAD_LIBS is -L/usr/lib64 -lpthread
CURL_CFLAGS is
CURL_LIBS is -lcurl
BOOST_CFLAGS is -I/usr/include/boost
BOOST_LIBS is -L/usr/lib64 -lboost_thread -lboost_date_time -lboost_serialization
MTASC /usr/bin/mtasc
MTASC CLASSPATH /usr/share/ocaml/mtasc/std
SWFMILL /usr/local/bin/swfmill
Graphics support...
AGG_CFLAGS is -I/usr/include/agg2
AGG_LIBS is -lagg_pic
A blank value for CFLAGS means the header is installed in the
default system header location. All the LIBS should have a
legit value
Configurable options are:
Media handler: ffmpeg
Renderer engine: agg
Supported GUI: GTK
Supported GUI: KDE
Konqueror (KPARTS) plugin enabled
Firefox (NSAPI) plugin enabled
Regards
Fredrik Johansson
|