gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] high CPU usage


From: John Gilmore
Subject: Re: [Gnash-dev] high CPU usage
Date: Thu, 28 Apr 2011 23:37:13 -0700

Strk asked:
> An heartbeat is dispatched every 10ms, by design. Would be interesting
> to inspect further for the 0ms timedout poll.
> 
> The gettimeofday are due to the VirtualClock being checked at least
> on every heartbeat but probably more than that. They might be reduced
> to one-per-heartbeat by pretending time doesn't flow between them.
> Another time checker is NetStream, btw. Would be interesting to compare
> runs with and w/out videos to see how gettimeofday calls change.
> 
> The ioctl and read I'm not sure about. Any chance to get a call stack ?

Here are a bunch of call stacks from attaching to the gtk-gnash that
was displaying the Village Telco embedded youtube inside Firefox:

  http://www.villagetelco.org/2011/02/in-a-village-telco-minute/

At first it was just waiting for someone to click on it (burning some
cpu).  Then I started the video running (where you can see threads
starting).  In the end of the script, gnash was running the after-play
stuff that youtube does (showing you pictures of other videos, but
generally being idle), as I tried to see what it was spending its time
on in that phase.

It looks like gnash keeps the PulseAudio streams running after the 
movie ends; I get tangled up in those threads.  Shouldn't it be shutting
them down once there's no more audio or video playing?  Or, shouldn't
they go to idle (zero cpu) once there's no more audio or video playing?

        John

Script started on Thu 28 Apr 2011 11:18:14 PM PDT
address@hidden:/d1/linux-releases/ubuntu$ gdb /usr/bin/gnash  22899

GNU gdb (GDB) 7.1-ubuntu

Copyright (C) 2010 Free Software Foundation, Inc.

License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

This is free software: you are free to change and redistribute it.

There is NO WARRANTY, to the extent permitted by law.  Type "show copying"

and "show warranty" for details.

This GDB was configured as "i486-linux-gnu".

For bug reporting instructions, please see:

<http://www.gnu.org/software/gdb/bugs/>...

"/usr/bin/gnash": not in executable format: File format not recognized

Attaching to process 22899

Reading symbols from /usr/bin/gtk-gnash...Reading symbols from 
/usr/lib/debug/usr/bin/gtk-gnash...done.

done.

Reading symbols from /usr/lib/libboost_thread.so.1.40.0...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libboost_thread.so.1.40.0

Reading symbols from /usr/lib/libboost_program_options.so.1.40.0...(no 
debugging symbols found)...done.

Loaded symbols for /usr/lib/libboost_program_options.so.1.40.0

Reading symbols from /usr/lib/libgtk-x11-2.0.so.0...Reading symbols from 
/usr/lib/debug/usr/lib/libgtk-x11-2.0.so.0.2000.1...done.

done.

Loaded symbols for /usr/lib/libgtk-x11-2.0.so.0

Reading symbols from /usr/lib/libgdk-x11-2.0.so.0...Reading symbols from 
/usr/lib/debug/usr/lib/libgdk-x11-2.0.so.0.2000.1...done.

done.

Loaded symbols for /usr/lib/libgdk-x11-2.0.so.0

Reading symbols from /usr/lib/libpangoft2-1.0.so.0...Reading symbols from 
/usr/lib/debug/usr/lib/libpangoft2-1.0.so.0.2800.0...done.

done.

Loaded symbols for /usr/lib/libpangoft2-1.0.so.0

Reading symbols from /usr/lib/libgdk_pixbuf-2.0.so.0...Reading symbols from 
/usr/lib/debug/usr/lib/libgdk_pixbuf-2.0.so.0.2000.1...done.

done.

Loaded symbols for /usr/lib/libgdk_pixbuf-2.0.so.0

Reading symbols from /usr/lib/libpangocairo-1.0.so.0...Reading symbols from 
/usr/lib/debug/usr/lib/libpangocairo-1.0.so.0.2800.0...done.

done.

Loaded symbols for /usr/lib/libpangocairo-1.0.so.0

Reading symbols from /usr/lib/libgio-2.0.so.0...Reading symbols from 
/usr/lib/debug/usr/lib/libgio-2.0.so.0.2400.1...done.

done.

Loaded symbols for /usr/lib/libgio-2.0.so.0

Reading symbols from /usr/lib/libfreetype.so.6...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libfreetype.so.6

Reading symbols from /usr/lib/libfontconfig.so.1...Reading symbols from 
/usr/lib/debug/usr/lib/libfontconfig.so.1.4.4...done.

done.

Loaded symbols for /usr/lib/libfontconfig.so.1

Reading symbols from /usr/lib/libpangox-1.0.so.0...Reading symbols from 
/usr/lib/debug/usr/lib/libpangox-1.0.so.0.2800.0...done.

done.

Loaded symbols for /usr/lib/libpangox-1.0.so.0

Reading symbols from /usr/lib/libpango-1.0.so.0...Reading symbols from 
/usr/lib/debug/usr/lib/libpango-1.0.so.0.2800.0...done.

done.

Loaded symbols for /usr/lib/libpango-1.0.so.0

Reading symbols from /usr/lib/libgmodule-2.0.so.0...Reading symbols from 
/usr/lib/debug/usr/lib/libgmodule-2.0.so.0.2400.1...done.

done.

Loaded symbols for /usr/lib/libgmodule-2.0.so.0

Reading symbols from /usr/lib/libatk-1.0.so.0...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libatk-1.0.so.0

Reading symbols from /usr/lib/libgobject-2.0.so.0...Reading symbols from 
/usr/lib/debug/usr/lib/libgobject-2.0.so.0.2400.1...done.

done.

Loaded symbols for /usr/lib/libgobject-2.0.so.0

Reading symbols from /usr/lib/libgthread-2.0.so.0...Reading symbols from 
/usr/lib/debug/usr/lib/libgthread-2.0.so.0.2400.1...done.

done.

Loaded symbols for /usr/lib/libgthread-2.0.so.0

Reading symbols from /lib/libglib-2.0.so.0...Reading symbols from 
/usr/lib/debug/lib/libglib-2.0.so.0.2400.1...done.

done.

Loaded symbols for /lib/libglib-2.0.so.0

Reading symbols from /lib/libexpat.so.1...(no debugging symbols found)...done.

Loaded symbols for /lib/libexpat.so.1

Reading symbols from /usr/lib/libX11.so.6...Reading symbols from 
/usr/lib/debug/usr/lib/libX11.so.6.3.0...done.

done.

Loaded symbols for /usr/lib/libX11.so.6

Reading symbols from /usr/lib/libXinerama.so.1...Reading symbols from 
/usr/lib/debug/usr/lib/libXinerama.so.1.0.0...done.

done.

Loaded symbols for /usr/lib/libXinerama.so.1

Reading symbols from /usr/lib/libXext.so.6...Reading symbols from 
/usr/lib/debug/usr/lib/libXext.so.6.4.0...done.

done.

Loaded symbols for /usr/lib/libXext.so.6

Reading symbols from /usr/lib/libSM.so.6...Reading symbols from 
/usr/lib/debug/usr/lib/libSM.so.6.0.1...done.

done.

Loaded symbols for /usr/lib/libSM.so.6

Reading symbols from /usr/lib/libICE.so.6...Reading symbols from 
/usr/lib/debug/usr/lib/libICE.so.6.3.0...done.

done.

Loaded symbols for /usr/lib/libICE.so.6

Reading symbols from 
/usr/lib/gnash/libgnashcore-0.8.10~git.master20401.so...Reading symbols from 
/usr/lib/debug/usr/lib/gnash/libgnashcore-0.8.10~git.master20401.so...done.

done.

Loaded symbols for /usr/lib/gnash/libgnashcore-0.8.10~git.master20401.so

Reading symbols from 
/usr/lib/gnash/libgnashrender-0.8.10~git.master20401.so...Reading symbols from 
/usr/lib/debug/usr/lib/gnash/libgnashrender-0.8.10~git.master20401.so...done.

done.

Loaded symbols for /usr/lib/gnash/libgnashrender-0.8.10~git.master20401.so

Reading symbols from 
/usr/lib/gnash/libgnashsound-0.8.10~git.master20401.so...Reading symbols from 
/usr/lib/debug/usr/lib/gnash/libgnashsound-0.8.10~git.master20401.so...done.

done.

Loaded symbols for /usr/lib/gnash/libgnashsound-0.8.10~git.master20401.so

Reading symbols from 
/usr/lib/gnash/libgnashmedia-0.8.10~git.master20401.so...Reading symbols from 
/usr/lib/debug/usr/lib/gnash/libgnashmedia-0.8.10~git.master20401.so...done.

done.

Loaded symbols for /usr/lib/gnash/libgnashmedia-0.8.10~git.master20401.so

Reading symbols from 
/usr/lib/gnash/libgnashbase-0.8.10~git.master20401.so...Reading symbols from 
/usr/lib/debug/usr/lib/gnash/libgnashbase-0.8.10~git.master20401.so...done.

done.

Loaded symbols for /usr/lib/gnash/libgnashbase-0.8.10~git.master20401.so

Reading symbols from /usr/lib/libcairo.so.2...Reading symbols from 
/usr/lib/debug/usr/lib/libcairo.so.2.10800.10...done.

done.

Loaded symbols for /usr/lib/libcairo.so.2

Reading symbols from /lib/tls/i686/cmov/librt.so.1...Reading symbols from 
/usr/lib/debug/lib/tls/i686/cmov/librt-2.11.1.so...done.

done.

Loaded symbols for /lib/tls/i686/cmov/librt.so.1

Reading symbols from /usr/lib/libstdc++.so.6...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libstdc++.so.6

Reading symbols from /lib/tls/i686/cmov/libm.so.6...Reading symbols from 
/usr/lib/debug/lib/tls/i686/cmov/libm-2.11.1.so...done.

done.

Loaded symbols for /lib/tls/i686/cmov/libm.so.6

Reading symbols from /lib/libgcc_s.so.1...Reading symbols from 
/usr/lib/debug/lib/libgcc_s.so.1...done.

done.

Loaded symbols for /lib/libgcc_s.so.1

Reading symbols from /lib/tls/i686/cmov/libpthread.so.0...Reading symbols from 
/usr/lib/debug/lib/tls/i686/cmov/libpthread-2.11.1.so...done.

[Thread debugging using libthread_db enabled]

[New Thread 0xaffe4b70 (LWP 22904)]

done.

Loaded symbols for /lib/tls/i686/cmov/libpthread.so.0

Reading symbols from /lib/tls/i686/cmov/libc.so.6...Reading symbols from 
/usr/lib/debug/lib/tls/i686/cmov/libc-2.11.1.so...done.

done.

Loaded symbols for /lib/tls/i686/cmov/libc.so.6

Reading symbols from /usr/lib/libXrender.so.1...Reading symbols from 
/usr/lib/debug/usr/lib/libXrender.so.1.3.0...done.

done.

Loaded symbols for /usr/lib/libXrender.so.1

Reading symbols from /usr/lib/libXi.so.6...(no debugging symbols found)...done.

Loaded symbols for /usr/lib/libXi.so.6

Reading symbols from /usr/lib/libXrandr.so.2...Reading symbols from 
/usr/lib/debug/usr/lib/libXrandr.so.2.2.0...done.

done.

Loaded symbols for /usr/lib/libXrandr.so.2

Reading symbols from /usr/lib/libXcursor.so.1...Reading symbols from 
/usr/lib/debug/usr/lib/libXcursor.so.1.0.2...done.

done.

Loaded symbols for /usr/lib/libXcursor.so.1

Reading symbols from /usr/lib/libXcomposite.so.1...Reading symbols from 
/usr/lib/debug/usr/lib/libXcomposite.so.1.0.0...done.

done.

Loaded symbols for /usr/lib/libXcomposite.so.1

Reading symbols from /usr/lib/libXdamage.so.1...Reading symbols from 
/usr/lib/debug/usr/lib/libXdamage.so.1.1.0...done.

done.

Loaded symbols for /usr/lib/libXdamage.so.1

Reading symbols from /usr/lib/libXfixes.so.3...Reading symbols from 
/usr/lib/debug/usr/lib/libXfixes.so.3.1.0...done.

done.

Loaded symbols for /usr/lib/libXfixes.so.3

Reading symbols from /lib/libz.so.1...(no debugging symbols found)...done.

Loaded symbols for /lib/libz.so.1

Reading symbols from /lib/tls/i686/cmov/libdl.so.2...Reading symbols from 
/usr/lib/debug/lib/tls/i686/cmov/libdl-2.11.1.so...done.

done.

Loaded symbols for /lib/tls/i686/cmov/libdl.so.2

Reading symbols from /lib/libpcre.so.3...Reading symbols from 
/usr/lib/debug/lib/libpcre.so.3.12.1...done.

done.

Loaded symbols for /lib/libpcre.so.3

Reading symbols from /lib/tls/i686/cmov/libresolv.so.2...Reading symbols from 
/usr/lib/debug/lib/tls/i686/cmov/libresolv-2.11.1.so...done.

done.

Loaded symbols for /lib/tls/i686/cmov/libresolv.so.2

Reading symbols from /lib/libselinux.so.1...(no debugging symbols found)...done.

Loaded symbols for /lib/libselinux.so.1

Reading symbols from /usr/lib/libxcb.so.1...

warning: the debug information found in 
"/usr/lib/debug//usr/lib/libxcb.so.1.1.0" does not match "/usr/lib/libxcb.so.1" 
(CRC mismatch).





warning: the debug information found in 
"/usr/lib/debug/usr/lib/libxcb.so.1.1.0" does not match "/usr/lib/libxcb.so.1" 
(CRC mismatch).



(no debugging symbols found)...done.

Loaded symbols for /usr/lib/libxcb.so.1

Reading symbols from /lib/libuuid.so.1...(no debugging symbols found)...done.

Loaded symbols for /lib/libuuid.so.1

Reading symbols from /usr/lib/libjpeg.so.62...Reading symbols from 
/usr/lib/debug/usr/lib/libjpeg.so.62.0.0...done.

done.

Loaded symbols for /usr/lib/libjpeg.so.62

Reading symbols from /lib/libpng12.so.0...(no debugging symbols found)...done.

Loaded symbols for /lib/libpng12.so.0

Reading symbols from /usr/lib/libgif.so.4...(no debugging symbols found)...done.

Loaded symbols for /usr/lib/libgif.so.4

Reading symbols from /usr/lib/libcurl-gnutls.so.4...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libcurl-gnutls.so.4

Reading symbols from /usr/lib/libltdl.so.7...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libltdl.so.7

Reading symbols from /usr/lib/libSDL-1.2.so.0...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libSDL-1.2.so.0

Reading symbols from /usr/lib/libgstapp-0.10.so.0...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libgstapp-0.10.so.0

Reading symbols from /usr/lib/libgstbase-0.10.so.0...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libgstbase-0.10.so.0

Reading symbols from /usr/lib/libgstpbutils-0.10.so.0...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libgstpbutils-0.10.so.0

Reading symbols from /usr/lib/libgstinterfaces-0.10.so.0...(no debugging 
symbols found)...done.

Loaded symbols for /usr/lib/libgstinterfaces-0.10.so.0

Reading symbols from /usr/lib/libgstreamer-0.10.so.0...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libgstreamer-0.10.so.0

Reading symbols from /usr/lib/libxml2.so.2...Reading symbols from 
/usr/lib/debug/usr/lib/libxml2.so.2.7.6...done.

done.

Loaded symbols for /usr/lib/libxml2.so.2

Reading symbols from /usr/lib/i686/cmov/libavcodec.so.52...(no debugging 
symbols found)...done.

Loaded symbols for /usr/lib/i686/cmov/libavcodec.so.52

Reading symbols from /usr/lib/i686/cmov/libavformat.so.52...(no debugging 
symbols found)...done.

Loaded symbols for /usr/lib/i686/cmov/libavformat.so.52

Reading symbols from /usr/lib/i686/cmov/libavutil.so.49...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/i686/cmov/libavutil.so.49

Reading symbols from /usr/lib/i686/cmov/libswscale.so.0...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/i686/cmov/libswscale.so.0

Reading symbols from /usr/lib/sse2/libspeex.so.1...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/sse2/libspeex.so.1

Reading symbols from /lib/ld-linux.so.2...Reading symbols from 
/usr/lib/debug/lib/ld-2.11.1.so...done.

done.

Loaded symbols for /lib/ld-linux.so.2

Reading symbols from /usr/lib/libpixman-1.so.0...Reading symbols from 
/usr/lib/debug/usr/lib/libpixman-1.so.0.16.4...done.

done.

Loaded symbols for /usr/lib/libpixman-1.so.0

Reading symbols from /usr/lib/libdirectfb-1.2.so.0...

warning: the debug information found in 
"/usr/lib/debug//usr/lib/libdirectfb-1.2.so.0.8.0" does not match 
"/usr/lib/libdirectfb-1.2.so.0" (CRC mismatch).





warning: the debug information found in 
"/usr/lib/debug/usr/lib/libdirectfb-1.2.so.0.8.0" does not match 
"/usr/lib/libdirectfb-1.2.so.0" (CRC mismatch).



(no debugging symbols found)...done.

Loaded symbols for /usr/lib/libdirectfb-1.2.so.0

Reading symbols from /usr/lib/libfusion-1.2.so.0...

warning: the debug information found in 
"/usr/lib/debug//usr/lib/libfusion-1.2.so.0.8.0" does not match 
"/usr/lib/libfusion-1.2.so.0" (CRC mismatch).





warning: the debug information found in 
"/usr/lib/debug/usr/lib/libfusion-1.2.so.0.8.0" does not match 
"/usr/lib/libfusion-1.2.so.0" (CRC mismatch).



(no debugging symbols found)...done.

Loaded symbols for /usr/lib/libfusion-1.2.so.0

Reading symbols from /usr/lib/libdirect-1.2.so.0...

warning: the debug information found in 
"/usr/lib/debug//usr/lib/libdirect-1.2.so.0.8.0" does not match 
"/usr/lib/libdirect-1.2.so.0" (CRC mismatch).





warning: the debug information found in 
"/usr/lib/debug/usr/lib/libdirect-1.2.so.0.8.0" does not match 
"/usr/lib/libdirect-1.2.so.0" (CRC mismatch).



(no debugging symbols found)...done.

Loaded symbols for /usr/lib/libdirect-1.2.so.0

Reading symbols from /usr/lib/libxcb-render-util.so.0...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libxcb-render-util.so.0

Reading symbols from /usr/lib/libxcb-render.so.0...

warning: the debug information found in 
"/usr/lib/debug//usr/lib/libxcb-render.so.0.0.0" does not match 
"/usr/lib/libxcb-render.so.0" (CRC mismatch).





warning: the debug information found in 
"/usr/lib/debug/usr/lib/libxcb-render.so.0.0.0" does not match 
"/usr/lib/libxcb-render.so.0" (CRC mismatch).



(no debugging symbols found)...done.

Loaded symbols for /usr/lib/libxcb-render.so.0

Reading symbols from /usr/lib/libXau.so.6...Reading symbols from 
/usr/lib/debug/usr/lib/libXau.so.6.0.0...done.

done.

Loaded symbols for /usr/lib/libXau.so.6

Reading symbols from /usr/lib/libXdmcp.so.6...Reading symbols from 
/usr/lib/debug/usr/lib/libXdmcp.so.6.0.0...done.

done.

Loaded symbols for /usr/lib/libXdmcp.so.6

Reading symbols from /usr/lib/libidn.so.11...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libidn.so.11

Reading symbols from /usr/lib/liblber-2.4.so.2...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/liblber-2.4.so.2

Reading symbols from /usr/lib/libldap_r-2.4.so.2...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libldap_r-2.4.so.2

Reading symbols from /usr/lib/libgssapi_krb5.so.2...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libgssapi_krb5.so.2

Reading symbols from /usr/lib/libgnutls.so.26...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libgnutls.so.26

Reading symbols from /lib/libgcrypt.so.11...(no debugging symbols found)...done.

Loaded symbols for /lib/libgcrypt.so.11

Reading symbols from /usr/lib/libasound.so.2...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libasound.so.2

Reading symbols from /usr/lib/libgsm.so.1...(no debugging symbols found)...done.

Loaded symbols for /usr/lib/libgsm.so.1

Reading symbols from /usr/lib/libschroedinger-1.0.so.0...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libschroedinger-1.0.so.0

Reading symbols from /usr/lib/libtheora.so.0...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libtheora.so.0

Reading symbols from /usr/lib/libvorbisenc.so.2...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libvorbisenc.so.2

Reading symbols from /usr/lib/libvorbis.so.0...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libvorbis.so.0

Reading symbols from /lib/libbz2.so.1.0...(no debugging symbols found)...done.

Loaded symbols for /lib/libbz2.so.1.0

Reading symbols from /usr/lib/libsasl2.so.2...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libsasl2.so.2

Reading symbols from /usr/lib/libkrb5.so.3...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libkrb5.so.3

Reading symbols from /usr/lib/libk5crypto.so.3...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libk5crypto.so.3

Reading symbols from /lib/libcom_err.so.2...(no debugging symbols found)...done.

Loaded symbols for /lib/libcom_err.so.2

Reading symbols from /usr/lib/libkrb5support.so.0...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libkrb5support.so.0

Reading symbols from /lib/libkeyutils.so.1...(no debugging symbols 
found)...done.

Loaded symbols for /lib/libkeyutils.so.1

Reading symbols from /usr/lib/libtasn1.so.3...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libtasn1.so.3

Reading symbols from /lib/libgpg-error.so.0...(no debugging symbols 
found)...done.

Loaded symbols for /lib/libgpg-error.so.0

Reading symbols from /usr/lib/liboil-0.3.so.0...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/liboil-0.3.so.0

Reading symbols from /usr/lib/libogg.so.0...(no debugging symbols found)...done.

Loaded symbols for /usr/lib/libogg.so.0

Reading symbols from /usr/lib/libpulse.so.0...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libpulse.so.0

Reading symbols from /usr/lib/libXtst.so.6...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libXtst.so.6

Reading symbols from /usr/lib/libpulsecommon-0.9.21.so...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libpulsecommon-0.9.21.so

Reading symbols from /lib/libwrap.so.0...(no debugging symbols found)...done.

Loaded symbols for /lib/libwrap.so.0

Reading symbols from /usr/lib/libsndfile.so.1...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libsndfile.so.1

Reading symbols from /lib/libdbus-1.so.3...(no debugging symbols found)...done.

Loaded symbols for /lib/libdbus-1.so.3

Reading symbols from /lib/tls/i686/cmov/libnsl.so.1...Reading symbols from 
/usr/lib/debug/lib/tls/i686/cmov/libnsl-2.11.1.so...done.

done.

Loaded symbols for /lib/tls/i686/cmov/libnsl.so.1

Reading symbols from /usr/lib/libFLAC.so.8...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libFLAC.so.8

Reading symbols from /usr/lib/alsa-lib/libasound_module_pcm_pulse.so...(no 
debugging symbols found)...done.

Loaded symbols for /usr/lib/alsa-lib/libasound_module_pcm_pulse.so

Reading symbols from /lib/tls/i686/cmov/libnss_compat.so.2...Reading symbols 
from /usr/lib/debug/lib/tls/i686/cmov/libnss_compat-2.11.1.so...done.

done.

Loaded symbols for /lib/tls/i686/cmov/libnss_compat.so.2

Reading symbols from /lib/tls/i686/cmov/libnss_nis.so.2...Reading symbols from 
/usr/lib/debug/lib/tls/i686/cmov/libnss_nis-2.11.1.so...done.

done.

Loaded symbols for /lib/tls/i686/cmov/libnss_nis.so.2

Reading symbols from /lib/tls/i686/cmov/libnss_files.so.2...Reading symbols 
from /usr/lib/debug/lib/tls/i686/cmov/libnss_files-2.11.1.so...done.

done.

Loaded symbols for /lib/tls/i686/cmov/libnss_files.so.2

Reading symbols from /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so...(no 
debugging symbols found)...done.

Loaded symbols for /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so

Reading symbols from /usr/lib/libcanberra-gtk.so.0...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libcanberra-gtk.so.0

Reading symbols from /usr/lib/libcanberra.so.0...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libcanberra.so.0

Reading symbols from /usr/lib/libvorbisfile.so.3...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libvorbisfile.so.3

Reading symbols from /usr/lib/libtdb.so.1...(no debugging symbols found)...done.

Loaded symbols for /usr/lib/libtdb.so.1

Reading symbols from /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so...(no 
debugging symbols found)...done.

Loaded symbols for /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so

Reading symbols from 
/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so...Reading symbols from 
/usr/lib/debug/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so...done.

done.

Loaded symbols for /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so

Reading symbols from /lib/libnss_mdns4_minimal.so.2...(no debugging symbols 
found)...done.

Loaded symbols for /lib/libnss_mdns4_minimal.so.2

Reading symbols from /lib/tls/i686/cmov/libnss_dns.so.2...Reading symbols from 
/usr/lib/debug/lib/tls/i686/cmov/libnss_dns-2.11.1.so...done.

done.

Loaded symbols for /lib/tls/i686/cmov/libnss_dns.so.2

0xb65e12c1 in free (ptr=0xb3cd3e00)

    at /build/master/gnash-0.8.10~git.master20401/libbase/jemalloc.c:6128

6128    /build/master/gnash-0.8.10~git.master20401/libbase/jemalloc.c: No such 
file or directory.

        in /build/master/gnash-0.8.10~git.master20401/libbase/jemalloc.c

(gdb) bt

#0  0xb65e12c1 in free (ptr=0xb3cd3e00)

    at /build/master/gnash-0.8.10~git.master20401/libbase/jemalloc.c:6128

#1  0xb64b7741 in operator delete(void*) () from /usr/lib/libstdc++.so.6

#2  0xb681eb1d in __gnu_cxx::new_allocator<std::_Rb_tree_node<gnash::as_object 
const*> >::deallocate (this=0xbf936900, __x=0xb3cd3e00)

    at /usr/include/c++/4.4/ext/new_allocator.h:95

#3  std::_Rb_tree<gnash::as_object const*, gnash::as_object const*, 
std::_Identity<gnash::as_object const*>, std::less<gnash::as_object const*>, 
std::allocator<gnash::as_object const*> >::_M_put_node (this=0xbf936900, 
__x=0xb3cd3e00)

    at /usr/include/c++/4.4/bits/stl_tree.h:363

#4  std::_Rb_tree<gnash::as_object const*, gnash::as_object const*, 
std::_Identity<gnash::as_object const*>, std::less<gnash::as_object const*>, 
std::allocator<gnash::as_object const*> >::_M_destroy_node (this=0xbf936900, 
__x=0xb3cd3e00)

    at /usr/include/c++/4.4/bits/stl_tree.h:384

#5  std::_Rb_tree<gnash::as_object const*, gnash::as_object const*, 
std::_Identity<gnash::as_object const*>, std::less<gnash::as_object const*>, 
std::allocator<gnash::as_object const*> >::_M_erase (this=0xbf936900, 
__x=0xb3cd3e00)

    at /usr/include/c++/4.4/bits/stl_tree.h:972

#6  0xb681eb12 in std::_Rb_tree<gnash::as_object const*, gnash::as_object 
const*, std::_Identity<gnash::as_object const*>, std::less<gnash::as_object 
const*>, std::allocator<gnash::as_object const*> >::_M_erase (this=0xbf936900, 

    __x=0xb3cd3da0) at /usr/include/c++/4.4/bits/stl_tree.h:970

#7  0xb68195fb in ~_Rb_tree (this=0xb41d3c90, uri=..., owner=0x0)

    at /usr/include/c++/4.4/bits/stl_tree.h:614

#8  ~set (this=0xb41d3c90, uri=..., owner=0x0)

    at /usr/include/c++/4.4/bits/stl_set.h:88

#9  ~PrototypeRecursor (this=0xb41d3c90, uri=..., owner=0x0)

    at /build/master/gnash-0.8.10~git.master20401/libcore/as_object.cpp:48

#10 gnash::as_object::findProperty (this=0xb41d3c90, uri=..., owner=0x0)

    at /build/master/gnash-0.8.10~git.master20401/libcore/as_object.cpp:498

#11 0xb681e5f0 in gnash::sendEvent (o=..., env=..., name=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/as_object.cpp:1112

#12 0xb6888dec in gnash::MovieClip::notifyEvent (this=0xb41a3bc0, id=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:764

---Type <return> to continue, or q <return> to quit---

#13 0xb683d997 in gnash::QueuedEvent::execute (this=0xb3b1e3b0)

    at 
/build/master/gnash-0.8.10~git.master20401/libcore/vm/ExecutableCode.h:145

#14 0xb686cade in gnash::movie_root::processActionQueue (this=0xbf9374cc, 

    lvl=2)

    at /build/master/gnash-0.8.10~git.master20401/libcore/movie_root.cpp:1335

#15 0xb686cc34 in gnash::movie_root::processActionQueue (this=0xbf9374cc)

    at /build/master/gnash-0.8.10~git.master20401/libcore/movie_root.cpp:1416

#16 0xb6870090 in gnash::movie_root::advanceMovie (this=0xbf9374cc)

    at /build/master/gnash-0.8.10~git.master20401/libcore/movie_root.cpp:905

#17 0xb687882d in gnash::movie_root::advance (this=0xbf9374cc)

    at /build/master/gnash-0.8.10~git.master20401/libcore/movie_root.cpp:839

#18 0x0807f24d in gnash::Gui::advanceMovie (this=0xb4a57120, doDisplay=true)

    at /build/master/gnash-0.8.10~git.master20401/gui/gui.cpp:970

#19 0x0809ef79 in gnash::Gui::advance_movie (gui=0xb4a57120)

    at /build/master/gnash-0.8.10~git.master20401/gui/gui.h:273

#20 0xb6fd8d5c in g_timeout_dispatch (source=0xb463d2e0, callback=0xb3cd3e00, 

    user_data=0xb4a57120) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:3396

#21 0xb6fd85e5 in g_main_dispatch (context=0xb4a07600)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:1960

#22 IA__g_main_context_dispatch (context=0xb4a07600)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2513

#23 0xb6fdc2d8 in g_main_context_iterate (context=0xb4a07600, 

    block=<value optimized out>, dispatch=1, self=0xb4a64460)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2591

#24 0xb6fdc817 in IA__g_main_loop_run (loop=0xb46387b0)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2799

#25 0xb747d3c9 in IA__gtk_main ()

    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmain.c:1219

#26 0x08098c1b in gnash::GtkGui::run (this=0xb4a57120)

    at /build/master/gnash-0.8.10~git.master20401/gui/gtk/gtk.cpp:267

#27 0x0808b877 in gnash::Player::run (this=0xbf9383dc, argc=32, 

    argv=0xbf9387a4, infile=..., url=...)

    at /build/master/gnash-0.8.10~git.master20401/gui/Player.cpp:646

---Type <return> to continue, or q <return> to quit---

#28 0x08061314 in playFile (player=..., argc=32, argv=0xbf9387a4, filename=...)

    at /build/master/gnash-0.8.10~git.master20401/gui/gnash.cpp:90

#29 0x08067a2a in operator()<void (*)(gnash::Player&, int, char**, const 
std::string&), boost::_bi::list1<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >&> > (argc=32, argv=0xbf9387a4)

    at /usr/include/boost/bind/bind.hpp:450

#30 operator()<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> > > (argc=32, argv=0xbf9387a4)

    at /usr/include/boost/bind/bind_template.hpp:32

#31 for_each<__gnu_cxx::__normal_iterator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >*, 
std::vector<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >, std::allocator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > > > >, boost::_bi::bind_t<void, 
void (*)(gnash::Player&, int, char**, std::string const&), 
boost::_bi::list4<boost::reference_wrapper<gnash::Player>, 
boost::_bi::value<int>, boost::_bi::value<char**>, boost::arg<1> > > > 
(argc=32, argv=0xbf9387a4)

    at /usr/include/c++/4.4/bits/stl_algo.h:4200

#32 main (argc=32, argv=0xbf9387a4)

    at /build/master/gnash-0.8.10~git.master20401/gui/gnash.cpp:174

(gdb) c

Continuing.

^C

Program received signal SIGINT, Interrupt.

0xb65a48b1 in gnash::GC::cleanUnreachable (this=0xbf9374d8)

    at /build/master/gnash-0.8.10~git.master20401/libbase/GC.cpp:78

78      /build/master/gnash-0.8.10~git.master20401/libbase/GC.cpp: No such file 
or directory.

        in /build/master/gnash-0.8.10~git.master20401/libbase/GC.cpp

(gdb) bt

#0  0xb65a48b1 in gnash::GC::cleanUnreachable (this=0xbf9374d8)

    at /build/master/gnash-0.8.10~git.master20401/libbase/GC.cpp:78

#1  0xb65a48fc in gnash::GC::runCycle (this=0xbf9374d8)

    at /build/master/gnash-0.8.10~git.master20401/libbase/GC.cpp:125

#2  0xb687003c in gnash::GC::fuzzyCollect (this=0xbf9374cc)

    at /build/master/gnash-0.8.10~git.master20401/libbase/GC.h:251

#3  gnash::movie_root::cleanupAndCollect (this=0xbf9374cc)

    at /build/master/gnash-0.8.10~git.master20401/libcore/movie_root.cpp:277

#4  0xb6870098 in gnash::movie_root::advanceMovie (this=0xbf9374cc)

    at /build/master/gnash-0.8.10~git.master20401/libcore/movie_root.cpp:907

#5  0xb687882d in gnash::movie_root::advance (this=0xbf9374cc)

    at /build/master/gnash-0.8.10~git.master20401/libcore/movie_root.cpp:839

#6  0x0807f24d in gnash::Gui::advanceMovie (this=0xb4a57120, doDisplay=true)

    at /build/master/gnash-0.8.10~git.master20401/gui/gui.cpp:970

#7  0x0809ef79 in gnash::Gui::advance_movie (gui=0xb4a57120)

    at /build/master/gnash-0.8.10~git.master20401/gui/gui.h:273

#8  0xb6fd8d5c in g_timeout_dispatch (source=0xb463d2e0, callback=0xb3ef1290, 

    user_data=0xb4a57120) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:3396

#9  0xb6fd85e5 in g_main_dispatch (context=0xb4a07600)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:1960

#10 IA__g_main_context_dispatch (context=0xb4a07600)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2513

#11 0xb6fdc2d8 in g_main_context_iterate (context=0xb4a07600, 

    block=<value optimized out>, dispatch=1, self=0xb4a64460)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2591

#12 0xb6fdc817 in IA__g_main_loop_run (loop=0xb46387b0)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2799

#13 0xb747d3c9 in IA__gtk_main ()

    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmain.c:1219

#14 0x08098c1b in gnash::GtkGui::run (this=0xb4a57120)

    at /build/master/gnash-0.8.10~git.master20401/gui/gtk/gtk.cpp:267

#15 0x0808b877 in gnash::Player::run (this=0xbf9383dc, argc=32, 

    argv=0xbf9387a4, infile=..., url=...)

    at /build/master/gnash-0.8.10~git.master20401/gui/Player.cpp:646

---Type <return> to continue, or q <return> to quit---

#16 0x08061314 in playFile (player=..., argc=32, argv=0xbf9387a4, filename=...)

    at /build/master/gnash-0.8.10~git.master20401/gui/gnash.cpp:90

#17 0x08067a2a in operator()<void (*)(gnash::Player&, int, char**, const 
std::string&), boost::_bi::list1<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >&> > (argc=32, argv=0xbf9387a4)

    at /usr/include/boost/bind/bind.hpp:450

#18 operator()<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> > > (argc=32, argv=0xbf9387a4)

    at /usr/include/boost/bind/bind_template.hpp:32

#19 for_each<__gnu_cxx::__normal_iterator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >*, 
std::vector<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >, std::allocator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > > > >, boost::_bi::bind_t<void, 
void (*)(gnash::Player&, int, char**, std::string const&), 
boost::_bi::list4<boost::reference_wrapper<gnash::Player>, 
boost::_bi::value<int>, boost::_bi::value<char**>, boost::arg<1> > > > 
(argc=32, argv=0xbf9387a4)

    at /usr/include/c++/4.4/bits/stl_algo.h:4200

#20 main (argc=32, argv=0xbf9387a4)

    at /build/master/gnash-0.8.10~git.master20401/gui/gnash.cpp:174

(gdb) b read

Breakpoint 1 at 0xb68b88e0: file 
/build/master/gnash-0.8.10~git.master20401/libcore/swf/DefineBitsTag.cpp, line 
91.

(gdb) i fun read

^CQuit

(gdb) del 1

(gdb) b read()

Function "read()" not defined.

Make breakpoint pending on future shared library load? (y or [n]) n

(gdb) b selepoll

Breakpoint 2 at 0xb6302b33: file ../sysdeps/unix/sysv/linux/poll.c, line 82.

(gdb) c

Continuing.



Breakpoint 2, *__GI___poll (fds=0xb46387c0, nfds=2, timeout=0)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      ../sysdeps/unix/sysv/linux/poll.c: No such file or directory.

        in ../sysdeps/unix/sysv/linux/poll.c

(gdb) bt

#0  *__GI___poll (fds=0xb46387c0, nfds=2, timeout=0)

    at ../sysdeps/unix/sysv/linux/poll.c:82

#1  0xb6fe94eb in IA__g_poll (fds=0xb46387c0, nfds=2, timeout=0)

    at /build/buildd/glib2.0-2.24.1/glib/gpoll.c:127

#2  0xb6fdc0ac in g_main_context_poll (context=0xb4a07600, 

    block=<value optimized out>, dispatch=1, self=0xb4a64460)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2904

#3  g_main_context_iterate (context=0xb4a07600, block=<value optimized out>, 

    dispatch=1, self=0xb4a64460)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2586

#4  0xb6fdc817 in IA__g_main_loop_run (loop=0xb46387b0)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2799

#5  0xb747d3c9 in IA__gtk_main ()

    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmain.c:1219

#6  0x08098c1b in gnash::GtkGui::run (this=0xb4a57120)

    at /build/master/gnash-0.8.10~git.master20401/gui/gtk/gtk.cpp:267

#7  0x0808b877 in gnash::Player::run (this=0xbf9383dc, argc=32, 

    argv=0xbf9387a4, infile=..., url=...)

    at /build/master/gnash-0.8.10~git.master20401/gui/Player.cpp:646

#8  0x08061314 in playFile (player=..., argc=32, argv=0xbf9387a4, filename=...)

    at /build/master/gnash-0.8.10~git.master20401/gui/gnash.cpp:90

#9  0x08067a2a in operator()<void (*)(gnash::Player&, int, char**, const 
std::string&), boost::_bi::list1<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >&> > (argc=32, argv=0xbf9387a4)

    at /usr/include/boost/bind/bind.hpp:450

#10 operator()<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> > > (argc=32, argv=0xbf9387a4)

    at /usr/include/boost/bind/bind_template.hpp:32

#11 for_each<__gnu_cxx::__normal_iterator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >*, 
std::vector<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >, std::allocator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > > > >, boost::_bi::bind_t<void, 
void (*)(gnash::Player&, int, char**, std::string const&), 
boost::_bi::list4<boost::reference_wrapper<gnash::Player>, 
boost::_bi::value<int>, boost::_bi::value<cha---Type <return> to continue, or q 
<return> to quit---

r**>, boost::arg<1> > > > (argc=32, argv=0xbf9387a4)

    at /usr/include/c++/4.4/bits/stl_algo.h:4200

#12 main (argc=32, argv=0xbf9387a4)

    at /build/master/gnash-0.8.10~git.master20401/gui/gnash.cpp:174

(gdb) b __GI___read

Breakpoint 3 at 0xb63a9f10: file ../sysdeps/unix/syscall-template.S, line 82. 
(3 locations)

(gdb) c

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      ../sysdeps/unix/syscall-template.S: No such file or directory.

        in ../sysdeps/unix/syscall-template.S

(gdb) bt

#0  read () at ../sysdeps/unix/syscall-template.S:82

#1  0xb617fbb0 in ?? () from /usr/lib/libxcb.so.1

#2  0xb61801e8 in xcb_poll_for_event () from /usr/lib/libxcb.so.1

#3  0xb6e99749 in wait_or_poll_for_event (dpy=0xb4a95000, wait=-1263972264)

    at ../../src/xcb_io.c:152

#4  0xb6e99a31 in process_responses (dpy=0xb4a82000, 

    wait_for_first_event=<value optimized out>, current_error=0x0, 

    current_request=0) at ../../src/xcb_io.c:173

#5  0xb6e9a356 in _XEventsQueued (dpy=0xb4a82000, mode=2)

    at ../../src/xcb_io.c:263

#6  0xb6e82a68 in XPending (dpy=0xb4a82000) at ../../src/Pending.c:56

#7  0xb7303978 in gdk_check_xpending (source=0xb4a70b00, timeout=0xbf936c5c)

    at /build/buildd/gtk+2.0-2.20.1/gdk/x11/gdkevents-x11.c:154

#8  gdk_event_prepare (source=0xb4a70b00, timeout=0xbf936c5c)

    at /build/buildd/gtk+2.0-2.20.1/gdk/x11/gdkevents-x11.c:2330

#9  0xb6fdbaca in IA__g_main_context_prepare (context=0xb4a07600, 

    priority=0xbf936cdc) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2280

#10 0xb6fdbee9 in g_main_context_iterate (context=0xb4a07600, 

    block=<value optimized out>, dispatch=1, self=0xb4a64460)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2571

#11 0xb6fdc817 in IA__g_main_loop_run (loop=0xb46387b0)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2799

#12 0xb747d3c9 in IA__gtk_main ()

    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmain.c:1219

#13 0x08098c1b in gnash::GtkGui::run (this=0xb4a57120)

    at /build/master/gnash-0.8.10~git.master20401/gui/gtk/gtk.cpp:267

#14 0x0808b877 in gnash::Player::run (this=0xbf9383dc, argc=32, 

    argv=0xbf9387a4, infile=..., url=...)

    at /build/master/gnash-0.8.10~git.master20401/gui/Player.cpp:646

#15 0x08061314 in playFile (player=..., argc=32, argv=0xbf9387a4, filename=...)

    at /build/master/gnash-0.8.10~git.master20401/gui/gnash.cpp:90

#16 0x08067a2a in operator()<void (*)(gnash::Player&, int, char**, const 
std::string&), boost::_bi::list1<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >&> > (argc=32, argv=0xbf9387a4)

---Type <return> to continue, or q <return> to quit---

    at /usr/include/boost/bind/bind.hpp:450

#17 operator()<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> > > (argc=32, argv=0xbf9387a4)

    at /usr/include/boost/bind/bind_template.hpp:32

#18 for_each<__gnu_cxx::__normal_iterator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >*, 
std::vector<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >, std::allocator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > > > >, boost::_bi::bind_t<void, 
void (*)(gnash::Player&, int, char**, std::string const&), 
boost::_bi::list4<boost::reference_wrapper<gnash::Player>, 
boost::_bi::value<int>, boost::_bi::value<char**>, boost::arg<1> > > > 
(argc=32, argv=0xbf9387a4)

    at /usr/include/c++/4.4/bits/stl_algo.h:4200

#19 main (argc=32, argv=0xbf9387a4)

    at /build/master/gnash-0.8.10~git.master20401/gui/gnash.cpp:174

(gdb) detachc

Continuing.



Breakpoint 2, *__GI___poll (fds=0xb46387c0, nfds=2, timeout=0)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      ../sysdeps/unix/sysv/linux/poll.c: No such file or directory.

        in ../sysdeps/unix/sysv/linux/poll.c

(gdb) btc

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      ../sysdeps/unix/syscall-template.S: No such file or directory.

        in ../sysdeps/unix/syscall-template.S

(gdb) c

Continuing.



Breakpoint 2, *__GI___poll (fds=0xb46387c0, nfds=2, timeout=0)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      ../sysdeps/unix/sysv/linux/poll.c: No such file or directory.

        in ../sysdeps/unix/sysv/linux/poll.c

(gdb) c

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      ../sysdeps/unix/syscall-template.S: No such file or directory.

        in ../sysdeps/unix/syscall-template.S

(gdb) c

Continuing.



Breakpoint 2, *__GI___poll (fds=0xb46387c0, nfds=2, timeout=0)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      ../sysdeps/unix/sysv/linux/poll.c: No such file or directory.

        in ../sysdeps/unix/sysv/linux/poll.c

(gdb) c

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      ../sysdeps/unix/syscall-template.S: No such file or directory.

        in ../sysdeps/unix/syscall-template.S

(gdb) c

Continuing.



Breakpoint 2, *__GI___poll (fds=0xb46387c0, nfds=2, timeout=0)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      ../sysdeps/unix/sysv/linux/poll.c: No such file or directory.

        in ../sysdeps/unix/sysv/linux/poll.c

(gdb) c

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      ../sysdeps/unix/syscall-template.S: No such file or directory.

        in ../sysdeps/unix/syscall-template.S

(gdb) c

Continuing.



Breakpoint 2, *__GI___poll (fds=0xb46387c0, nfds=2, timeout=0)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      ../sysdeps/unix/sysv/linux/poll.c: No such file or directory.

        in ../sysdeps/unix/sysv/linux/poll.c

(gdb) cond 2 timeout != 0

(gdb) c

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      ../sysdeps/unix/syscall-template.S: No such file or directory.

        in ../sysdeps/unix/syscall-template.S

(gdb) dis 3c

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.





Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.





Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) 

Continuing.



Breakpoint 3, read () at ../sysdeps/unix/syscall-template.S:82

82      in ../sysdeps/unix/syscall-template.S

(gdb) cdis 3

(gdb) c

Continuing.



Breakpoint 2, *__GI___poll (fds=0xbf936408, nfds=1, timeout=-1)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      ../sysdeps/unix/sysv/linux/poll.c: No such file or directory.

        in ../sysdeps/unix/sysv/linux/poll.c

(gdb) cbt

#0  *__GI___poll (fds=0xbf936408, nfds=1, timeout=-1)

    at ../sysdeps/unix/sysv/linux/poll.c:82

#1  0xb617dd60 in ?? () from /usr/lib/libxcb.so.1

#2  0xb617e2cb in ?? () from /usr/lib/libxcb.so.1

#3  0xb617e667 in xcb_writev () from /usr/lib/libxcb.so.1

#4  0xb6e99d79 in _XSend (dpy=0xb4a95000, data=0x0, size=0)

    at ../../src/xcb_io.c:339

#5  0xb6e99f10 in _XReply (dpy=0xb4a82000, rep=0xbf9365a0, extra=0, discard=1)

    at ../../src/xcb_io.c:457

#6  0xb6e8d847 in XSync (dpy=0xb4a82000, discard=0) at ../../src/Sync.c:48

#7  0xb7303428 in IA__gdk_flush ()

    at /build/buildd/gtk+2.0-2.20.1/gdk/x11/gdkevents-x11.c:2553

#8  0x08097908 in gnash::GtkGui::beforeRendering (this=0xb4a57120)

    at /build/master/gnash-0.8.10~git.master20401/gui/gtk/gtk.cpp:851

#9  0x0807b8ac in gnash::Gui::display (this=0xb4a57120, m=0xbf9374cc)

    at /build/master/gnash-0.8.10~git.master20401/gui/gui.cpp:802

#10 0x0807cf5c in gnash::Gui::notifyMouseMove (this=0xb4a57120, ux=358, uy=3)

    at /build/master/gnash-0.8.10~git.master20401/gui/gui.cpp:494

#11 0x0809808b in motionNotifyEvent (event=0xb4a890b0, data=0xb4a57120)

    at /build/master/gnash-0.8.10~git.master20401/gui/gtk/gtk.cpp:2516

#12 0xb7483424 in _gtk_marshal_BOOLEAN__BOXED (closure=0xb4603820, 

    return_value=0xbf936944, n_param_values=2, param_values=0xb4ae56a0, 

    invocation_hint=0xbf936930, marshal_data=0x8098050)

    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmarshalers.c:84

#13 0xb7078252 in IA__g_closure_invoke (closure=0xb4603820, 

    return_value=0xbf936944, n_param_values=2, param_values=0xb4ae56a0, 

    invocation_hint=0xbf936930)

    at /build/buildd/glib2.0-2.24.1/gobject/gclosure.c:767

#14 0xb708c99d in signal_emit_unlocked_R (node=<value optimized out>, 

    detail=<value optimized out>, instance=0xb4a88d48, 

    emission_return=0xbf936a8c, instance_and_params=0xb4ae56a0)

    at /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:3248

#15 0xb708dc33 in IA__g_signal_emit_valist (instance=0xb4a88d48, signal_id=36, 

    detail=0, 

---Type <return> to continue, or q <return> to quit---

    var_args=0xbf936af0 
"\034k\223\277\200\017\247\264\030k\223\277\332\003[\267\364oq\267H\215\250\264\070k\223\277H\215\250\264H\215\250\264\200\017\247\264\070k\223\277")
 at /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:2991

#16 0xb708e256 in IA__g_signal_emit (instance=0xb4a88d48, signal_id=36, 

    detail=0) at /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:3038

#17 0xb75b0636 in gtk_widget_event_internal (widget=<value optimized out>, 

    event=0xb4a890b0) at /build/buildd/gtk+2.0-2.20.1/gtk/gtkwidget.c:4951

#18 0xb747ba5d in IA__gtk_propagate_event (widget=0xb4a88d48, event=0xb4a890b0)

    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmain.c:2447

#19 0xb747ce07 in IA__gtk_main_do_event (event=0xb4a890b0)

    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmain.c:1647

#20 0xb730639a in gdk_event_dispatch (source=0xb4a70b00, callback=0, 

    user_data=0x0) at /build/buildd/gtk+2.0-2.20.1/gdk/x11/gdkevents-x11.c:2372

#21 0xb6fd85e5 in g_main_dispatch (context=0xb4a07600)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:1960

#22 IA__g_main_context_dispatch (context=0xb4a07600)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2513

#23 0xb6fdc2d8 in g_main_context_iterate (context=0xb4a07600, 

    block=<value optimized out>, dispatch=1, self=0xb4a64460)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2591

#24 0xb6fdc817 in IA__g_main_loop_run (loop=0xb46387b0)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2799

#25 0xb747d3c9 in IA__gtk_main ()

    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmain.c:1219

#26 0x08098c1b in gnash::GtkGui::run (this=0xb4a57120)

    at /build/master/gnash-0.8.10~git.master20401/gui/gtk/gtk.cpp:267

#27 0x0808b877 in gnash::Player::run (this=0xbf9383dc, argc=32, 

    argv=0xbf9387a4, infile=..., url=...)

    at /build/master/gnash-0.8.10~git.master20401/gui/Player.cpp:646

#28 0x08061314 in playFile (player=..., argc=32, argv=0xbf9387a4, filename=...)

    at /build/master/gnash-0.8.10~git.master20401/gui/gnash.cpp:90

#29 0x08067a2a in operator()<void (*)(gnash::Player&, int, char**, const 
std::string&), boost::_bi::list1<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >&> > (argc=32, argv=0xbf9387a4)

---Type <return> to continue, or q <return> to quit---

    at /usr/include/boost/bind/bind.hpp:450

#30 operator()<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> > > (argc=32, argv=0xbf9387a4)

    at /usr/include/boost/bind/bind_template.hpp:32

#31 for_each<__gnu_cxx::__normal_iterator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >*, 
std::vector<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >, std::allocator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > > > >, boost::_bi::bind_t<void, 
void (*)(gnash::Player&, int, char**, std::string const&), 
boost::_bi::list4<boost::reference_wrapper<gnash::Player>, 
boost::_bi::value<int>, boost::_bi::value<char**>, boost::arg<1> > > > 
(argc=32, argv=0xbf9387a4)

    at /usr/include/c++/4.4/bits/stl_algo.h:4200

#32 main (argc=32, argv=0xbf9387a4)

    at /build/master/gnash-0.8.10~git.master20401/gui/gnash.cpp:174

(gdb) c

Continuing.



Breakpoint 2, *__GI___poll (fds=0xbf936478, nfds=1, timeout=-1)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      in ../sysdeps/unix/sysv/linux/poll.c

(gdb) dis 2

(gdb) c

Continuing.

[New Thread 0xb38ffb70 (LWP 23012)]

[New Thread 0xab7e2b70 (LWP 23013)]

[Thread 0xab7e2b70 (LWP 23013) exited]

[New Thread 0xab7e2b70 (LWP 23014)]

[New Thread 0xb30feb70 (LWP 23015)]

[New Thread 0xb23ffb70 (LWP 23016)]

[Thread 0xb23ffb70 (LWP 23016) exited]

^C

Program received signal SIGINT, Interrupt.

0xb6715dab in AlphaMask (this=0xb4a5a340)

    at 
/build/master/gnash-0.8.10~git.master20401/librender/agg/Renderer_agg.cpp:330

330     
/build/master/gnash-0.8.10~git.master20401/librender/agg/Renderer_agg.cpp: No 
such file or directory.

        in 
/build/master/gnash-0.8.10~git.master20401/librender/agg/Renderer_agg.cpp

(gdb) bt

#0  0xb6715dab in AlphaMask (this=0xb4a5a340)

    at 
/build/master/gnash-0.8.10~git.master20401/librender/agg/Renderer_agg.cpp:330

#1  
gnash::Renderer_agg<agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8,
 agg::order_bgra>, agg::row_accessor<unsigned char>, unsigned int> 
>::begin_submit_mask (this=0xb4a5a340)

    at 
/build/master/gnash-0.8.10~git.master20401/librender/agg/Renderer_agg.cpp:994

#2  0xb68366d5 in MaskRenderer (this=0xbf935d88, r=..., o=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/DisplayObject.cpp:1009

#3  0xb6888253 in gnash::MovieClip::draw (this=0xb3fd53e0, renderer=..., 

    xform=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1121

#4  0xb688834c in gnash::MovieClip::display (this=0xb3fd53e0, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1139

#5  0xb68d2b5f in gnash::DisplayList::display (this=0xb3ef04ec, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/DisplayList.cpp:593

#6  0xb6888298 in gnash::MovieClip::draw (this=0xb3ef0430, renderer=..., 

    xform=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1125

#7  0xb688834c in gnash::MovieClip::display (this=0xb3ef0430, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1139

#8  0xb68d2b5f in gnash::DisplayList::display (this=0xb3ef024c, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/DisplayList.cpp:593

#9  0xb6888298 in gnash::MovieClip::draw (this=0xb3ef0190, renderer=..., 

    xform=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1125

#10 0xb688834c in gnash::MovieClip::display (this=0xb3ef0190, renderer=..., 

    base=...)

---Type <return> to continue, or q <return> to quit---

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1139

#11 0xb68d2b5f in gnash::DisplayList::display (this=0xb3eee2cc, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/DisplayList.cpp:593

#12 0xb6888298 in gnash::MovieClip::draw (this=0xb3eee210, renderer=..., 

    xform=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1125

#13 0xb688834c in gnash::MovieClip::display (this=0xb3eee210, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1139

#14 0xb68d2b5f in gnash::DisplayList::display (this=0xb3eec88c, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/DisplayList.cpp:593

#15 0xb6888298 in gnash::MovieClip::draw (this=0xb3eec7d0, renderer=..., 

    xform=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1125

#16 0xb688834c in gnash::MovieClip::display (this=0xb3eec7d0, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1139

#17 0xb68d2b5f in gnash::DisplayList::display (this=0xb3fd9e1c, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/DisplayList.cpp:593

#18 0xb6888298 in gnash::MovieClip::draw (this=0xb3fd9d60, renderer=..., 

    xform=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1125

#19 0xb688834c in gnash::MovieClip::display (this=0xb3fd9d60, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1139

#20 0xb68d2b5f in gnash::DisplayList::display (this=0xb4abfd8c, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/DisplayList.cpp:593

#21 0xb6888298 in gnash::MovieClip::draw (this=0xb4abfcd0, renderer=..., 

    xform=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1125

---Type <return> to continue, or q <return> to quit---

#22 0xb688834c in gnash::MovieClip::display (this=0xb4abfcd0, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1139

#23 0xb68d2b5f in gnash::DisplayList::display (this=0xb4abe9dc, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/DisplayList.cpp:593

#24 0xb6888298 in gnash::MovieClip::draw (this=0xb4abe920, renderer=..., 

    xform=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1125

#25 0xb688834c in gnash::MovieClip::display (this=0xb4abe920, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1139

#26 0xb68d2b5f in gnash::DisplayList::display (this=0xb4ac3a4c, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/DisplayList.cpp:593

#27 0xb6888298 in gnash::MovieClip::draw (this=0xb4ac3990, renderer=..., 

    xform=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1125

#28 0xb688834c in gnash::MovieClip::display (this=0xb4ac3990, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1139

#29 0xb68705b1 in gnash::movie_root::display (this=0xbf9374cc)

    at /build/master/gnash-0.8.10~git.master20401/libcore/movie_root.cpp:962

#30 0x0807b8ba in gnash::Gui::display (this=0xb4a57120, m=0xbf9374cc)

    at /build/master/gnash-0.8.10~git.master20401/gui/gui.cpp:807

#31 0x0807f417 in gnash::Gui::advanceMovie (this=0xb4a57120, doDisplay=true)

    at /build/master/gnash-0.8.10~git.master20401/gui/gui.cpp:1006

#32 0x0809ef79 in gnash::Gui::advance_movie (gui=0xb4a57120)

    at /build/master/gnash-0.8.10~git.master20401/gui/gui.h:273

#33 0xb6fd8d5c in g_timeout_dispatch (source=0xb463d2e0, callback=0xb1701000, 

    user_data=0xb4a57120) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:3396

#34 0xb6fd85e5 in g_main_dispatch (context=0xb4a07600)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:1960

#35 IA__g_main_context_dispatch (context=0xb4a07600)

---Type <return> to continue, or q <return> to quit---

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2513

#36 0xb6fdc2d8 in g_main_context_iterate (context=0xb4a07600, 

    block=<value optimized out>, dispatch=1, self=0xb4a64460)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2591

#37 0xb6fdc817 in IA__g_main_loop_run (loop=0xb46387b0)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2799

#38 0xb747d3c9 in IA__gtk_main ()

    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmain.c:1219

#39 0x08098c1b in gnash::GtkGui::run (this=0xb4a57120)

    at /build/master/gnash-0.8.10~git.master20401/gui/gtk/gtk.cpp:267

#40 0x0808b877 in gnash::Player::run (this=0xbf9383dc, argc=32, 

    argv=0xbf9387a4, infile=..., url=...)

    at /build/master/gnash-0.8.10~git.master20401/gui/Player.cpp:646

#41 0x08061314 in playFile (player=..., argc=32, argv=0xbf9387a4, filename=...)

    at /build/master/gnash-0.8.10~git.master20401/gui/gnash.cpp:90

#42 0x08067a2a in operator()<void (*)(gnash::Player&, int, char**, const 
std::string&), boost::_bi::list1<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >&> > (argc=32, argv=0xbf9387a4)

    at /usr/include/boost/bind/bind.hpp:450

#43 operator()<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> > > (argc=32, argv=0xbf9387a4)

    at /usr/include/boost/bind/bind_template.hpp:32

#44 for_each<__gnu_cxx::__normal_iterator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >*, 
std::vector<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >, std::allocator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > > > >, boost::_bi::bind_t<void, 
void (*)(gnash::Player&, int, char**, std::string const&), 
boost::_bi::list4<boost::reference_wrapper<gnash::Player>, 
boost::_bi::value<int>, boost::_bi::value<char**>, boost::arg<1> > > > 
(argc=32, argv=0xbf9387a4)

    at /usr/include/c++/4.4/bits/stl_algo.h:4200

#45 main (argc=32, argv=0xbf9387a4)

    at /build/master/gnash-0.8.10~git.master20401/gui/gnash.cpp:174

(gdb) eba 2

(gdb) ebna 2

(gdb) c

Continuing.

[Switching to Thread 0xab7e2b70 (LWP 23014)]



Breakpoint 2, *__GI___poll (fds=0xb3b07720, nfds=2, timeout=1500)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      ../sysdeps/unix/sysv/linux/poll.c: No such file or directory.

        in ../sysdeps/unix/sysv/linux/poll.c

(gdb) c

Continuing.



Breakpoint 2, *__GI___poll (fds=0xb3b07720, nfds=2, timeout=1500)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      in ../sysdeps/unix/sysv/linux/poll.c

(gdb) c

Continuing.



Breakpoint 2, *__GI___poll (fds=0xb3b07720, nfds=2, timeout=1500)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      in ../sysdeps/unix/sysv/linux/poll.c

(gdb) c

Continuing.



Breakpoint 2, *__GI___poll (fds=0xb3b07720, nfds=2, timeout=447)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      in ../sysdeps/unix/sysv/linux/poll.c

(gdb) 

Continuing.



Breakpoint 2, *__GI___poll (fds=0xb3b07720, nfds=2, timeout=1500)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      in ../sysdeps/unix/sysv/linux/poll.c

(gdb) 

Continuing.



Breakpoint 2, *__GI___poll (fds=0xb3b07720, nfds=2, timeout=716)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      in ../sysdeps/unix/sysv/linux/poll.c

(gdb) 

Continuing.



Breakpoint 2, *__GI___poll (fds=0xb3b07720, nfds=2, timeout=89)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      in ../sysdeps/unix/sysv/linux/poll.c

(gdb) 

Continuing.

[Switching to Thread 0xb30feb70 (LWP 23015)]



Breakpoint 2, *__GI___poll (fds=0xb30fe050, nfds=1, timeout=-1)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      in ../sysdeps/unix/sysv/linux/poll.c

(gdb) 

Continuing.

[Switching to Thread 0xab7e2b70 (LWP 23014)]



Breakpoint 2, *__GI___poll (fds=0xb3b07720, nfds=2, timeout=1500)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      in ../sysdeps/unix/sysv/linux/poll.c

(gdb) 

Continuing.



Breakpoint 2, *__GI___poll (fds=0xb3b07720, nfds=2, timeout=1500)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      in ../sysdeps/unix/sysv/linux/poll.c

(gdb) 

Continuing.



Breakpoint 2, *__GI___poll (fds=0xb3b07720, nfds=2, timeout=838)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      in ../sysdeps/unix/sysv/linux/poll.c

(gdb) 

Continuing.



Breakpoint 2, *__GI___poll (fds=0xb3b07720, nfds=2, timeout=125)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      in ../sysdeps/unix/sysv/linux/poll.c

(gdb) bt

#0  *__GI___poll (fds=0xb3b07720, nfds=2, timeout=125)

    at ../sysdeps/unix/sysv/linux/poll.c:82

#1  0xb4bee502 in ?? () from /usr/lib/libpulse.so.0

#2  0xb4bdaa59 in pa_mainloop_poll () from /usr/lib/libpulse.so.0

#3  0xb4bdca13 in pa_mainloop_iterate () from /usr/lib/libpulse.so.0

#4  0xb4bdcae4 in pa_mainloop_run () from /usr/lib/libpulse.so.0

#5  0xb4bee2a3 in ?? () from /usr/lib/libpulse.so.0

#6  0xb4baee02 in ?? () from /usr/lib/libpulsecommon-0.9.21.so

#7  0xb63a296e in start_thread (arg=0xab7e2b70) at pthread_create.c:300

#8  0xb6310a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

(gdb) c

Continuing.

[Switching to Thread 0xb30feb70 (LWP 23015)]



Breakpoint 2, *__GI___poll (fds=0xb30fe050, nfds=1, timeout=-1)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      in ../sysdeps/unix/sysv/linux/poll.c

(gdb) bt

#0  *__GI___poll (fds=0xb30fe050, nfds=1, timeout=-1)

    at ../sysdeps/unix/sysv/linux/poll.c:82

#1  0xb50eea65 in ?? () from /usr/lib/libasound.so.2

#2  0xb50eec33 in snd_pcm_wait () from /usr/lib/libasound.so.2

#3  0xb50eed20 in ?? () from /usr/lib/libasound.so.2

#4  0xb51335da in ?? () from /usr/lib/libasound.so.2

#5  0xb50e9644 in snd_pcm_writei () from /usr/lib/libasound.so.2

#6  0xb607dfc3 in ?? () from /usr/lib/libSDL-1.2.so.0

#7  0xb604fd42 in ?? () from /usr/lib/libSDL-1.2.so.0

#8  0xb6057b1e in ?? () from /usr/lib/libSDL-1.2.so.0

#9  0xb60a281d in ?? () from /usr/lib/libSDL-1.2.so.0

#10 0xb63a296e in start_thread (arg=0xb30feb70) at pthread_create.c:300

#11 0xb6310a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

(gdb) c

Continuing.

[Switching to Thread 0xab7e2b70 (LWP 23014)]



Breakpoint 2, *__GI___poll (fds=0xb3b07720, nfds=2, timeout=1500)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      in ../sysdeps/unix/sysv/linux/poll.c

(gdb) bt

#0  *__GI___poll (fds=0xb3b07720, nfds=2, timeout=1500)

    at ../sysdeps/unix/sysv/linux/poll.c:82

#1  0xb4bee502 in ?? () from /usr/lib/libpulse.so.0

#2  0xb4bdaa59 in pa_mainloop_poll () from /usr/lib/libpulse.so.0

#3  0xb4bdca13 in pa_mainloop_iterate () from /usr/lib/libpulse.so.0

#4  0xb4bdcae4 in pa_mainloop_run () from /usr/lib/libpulse.so.0

#5  0xb4bee2a3 in ?? () from /usr/lib/libpulse.so.0

#6  0xb4baee02 in ?? () from /usr/lib/libpulsecommon-0.9.21.so

#7  0xb63a296e in start_thread (arg=0xab7e2b70) at pthread_create.c:300

#8  0xb6310a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

(gdb) c

Continuing.



Breakpoint 2, *__GI___poll (fds=0xb3b07720, nfds=2, timeout=1500)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      in ../sysdeps/unix/sysv/linux/poll.c

(gdb) bt

#0  *__GI___poll (fds=0xb3b07720, nfds=2, timeout=1500)

    at ../sysdeps/unix/sysv/linux/poll.c:82

#1  0xb4bee502 in ?? () from /usr/lib/libpulse.so.0

#2  0xb4bdaa59 in pa_mainloop_poll () from /usr/lib/libpulse.so.0

#3  0xb4bdca13 in pa_mainloop_iterate () from /usr/lib/libpulse.so.0

#4  0xb4bdcae4 in pa_mainloop_run () from /usr/lib/libpulse.so.0

#5  0xb4bee2a3 in ?? () from /usr/lib/libpulse.so.0

#6  0xb4baee02 in ?? () from /usr/lib/libpulsecommon-0.9.21.so

#7  0xb63a296e in start_thread (arg=0xab7e2b70) at pthread_create.c:300

#8  0xb6310a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

(gdb) c

Continuing.



Breakpoint 2, *__GI___poll (fds=0xb3b07720, nfds=2, timeout=1500)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      in ../sysdeps/unix/sysv/linux/poll.c

(gdb) bt

#0  *__GI___poll (fds=0xb3b07720, nfds=2, timeout=1500)

    at ../sysdeps/unix/sysv/linux/poll.c:82

#1  0xb4bee502 in ?? () from /usr/lib/libpulse.so.0

#2  0xb4bdaa59 in pa_mainloop_poll () from /usr/lib/libpulse.so.0

#3  0xb4bdca13 in pa_mainloop_iterate () from /usr/lib/libpulse.so.0

#4  0xb4bdcae4 in pa_mainloop_run () from /usr/lib/libpulse.so.0

#5  0xb4bee2a3 in ?? () from /usr/lib/libpulse.so.0

#6  0xb4baee02 in ?? () from /usr/lib/libpulsecommon-0.9.21.so

#7  0xb63a296e in start_thread (arg=0xab7e2b70) at pthread_create.c:300

#8  0xb6310a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

(gdb) c

Continuing.



Breakpoint 2, *__GI___poll (fds=0xb3b07720, nfds=2, timeout=1500)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      in ../sysdeps/unix/sysv/linux/poll.c

(gdb) bt

#0  *__GI___poll (fds=0xb3b07720, nfds=2, timeout=1500)

    at ../sysdeps/unix/sysv/linux/poll.c:82

#1  0xb4bee502 in ?? () from /usr/lib/libpulse.so.0

#2  0xb4bdaa59 in pa_mainloop_poll () from /usr/lib/libpulse.so.0

#3  0xb4bdca13 in pa_mainloop_iterate () from /usr/lib/libpulse.so.0

#4  0xb4bdcae4 in pa_mainloop_run () from /usr/lib/libpulse.so.0

#5  0xb4bee2a3 in ?? () from /usr/lib/libpulse.so.0

#6  0xb4baee02 in ?? () from /usr/lib/libpulsecommon-0.9.21.so

#7  0xb63a296e in start_thread (arg=0xab7e2b70) at pthread_create.c:300

#8  0xb6310a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

(gdb) i thread

  6 Thread 0xb30feb70 (LWP 23015)  0xb7795430 in __kernel_vsyscall ()

* 5 Thread 0xab7e2b70 (LWP 23014)  *__GI___poll (fds=0xb3b07720, nfds=2, 

    timeout=1500) at ../sysdeps/unix/sysv/linux/poll.c:82

  3 Thread 0xb38ffb70 (LWP 23012)  0xb7795430 in __kernel_vsyscall ()

  2 Thread 0xaffe4b70 (LWP 22904)  0xb7795430 in __kernel_vsyscall ()

  1 Thread 0xb4cff780 (LWP 22899)  __memset_sse2 ()

    at ../sysdeps/i386/i686/multiarch/memset-sse2.S:324

(gdb) thread 1

[Switching to thread 1 (Thread 0xb4cff780 (LWP 22899))]#0  __memset_sse2 ()

    at ../sysdeps/i386/i686/multiarch/memset-sse2.S:324

324     ../sysdeps/i386/i686/multiarch/memset-sse2.S: No such file or directory.

        in ../sysdeps/i386/i686/multiarch/memset-sse2.S

(gdb) bt

#0  __memset_sse2 () at ../sysdeps/i386/i686/multiarch/memset-sse2.S:324

#1  0xb6700981 in agg::scanline_u8::add_span (this=0xbf935a50, sl=..., 

    style_idx=0) at /usr/include/bits/string3.h:86

#2  agg::rasterizer_compound_aa<agg::rasterizer_sl_clip<agg::ras_conv_int> 
>::sweep_scanline<agg::scanline_u8> (this=0xbf935a50, sl=..., style_idx=0)

    at /usr/include/agg2/agg_rasterizer_compound_aa.h:259

#3  0xb6700e04 in 
agg::render_scanlines_compound_layered<agg::rasterizer_compound_aa<agg::rasterizer_sl_clip<agg::ras_conv_int>
 >, agg::scanline_u8, 
agg::renderer_base<agg::pixfmt_alpha_blend_gray<agg::blender_gray<agg::gray8>, 
agg::row_accessor<unsigned char>, 1u, 0u> >, agg::span_allocator<agg::gray8>, 
gnash::agg_mask_style_handler> (ras=..., sl_aa=..., ren=..., alloc=..., sh=...)

    at /usr/include/agg2/agg_renderer_scanline.h:707

#4  0xb673795b in 
gnash::Renderer_agg<agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8,
 agg::order_bgra>, agg::row_accessor<unsigned char>, unsigned int> 
>::draw_mask_shape_impl<agg::scanline_u8> (this=0xb4a5a340, paths=..., 

    even_odd=false, sl=...)

    at 
/build/master/gnash-0.8.10~git.master20401/librender/agg/Renderer_agg.cpp:1641

#5  0xb66ec4dc in 
gnash::Renderer_agg<agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8,
 agg::order_bgra>, agg::row_accessor<unsigned char>, unsigned int> 
>::draw_mask_shape (this=0xffffffff, paths=..., 

    even_odd=<value optimized out>)

    at 
/build/master/gnash-0.8.10~git.master20401/librender/agg/Renderer_agg.cpp:1564

#6  0xb675502e in 
gnash::Renderer_agg<agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8,
 agg::order_bgra>, agg::row_accessor<unsigned char>, unsigned int> >::drawShape 
(this=0xb4a5a340, FillStyles=..., line_styles=..., 

    objpaths=..., mat=..., cx=...)

    at 
/build/master/gnash-0.8.10~git.master20401/librender/agg/Renderer_agg.cpp:1153

#7  0xb675513a in 
gnash::Renderer_agg<agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8,
 agg::order_bgra>, agg::row_accessor<unsigned char>, unsigned int> >::drawShape 
(this=0xb4a5a340, shape=..., xform=...)

    at 
/build/master/gnash-0.8.10~git.master20401/librender/agg/Renderer_agg.cpp---Type
 <return> to continue, or q <return> to quit---

:1125

#8  0xb6843fe2 in gnash::DynamicShape::display (this=0xb41a63f4, renderer=..., 

    xform=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/DynamicShape.cpp:49

#9  0xb688827a in gnash::MovieClip::draw (this=0xb41a6320, renderer=..., 

    xform=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1124

#10 0xb688834c in gnash::MovieClip::display (this=0xb41a6320, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1139

#11 0xb683690f in MaskRenderer (this=0xbf936288, r=..., o=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/DisplayObject.cpp:1013

#12 0xb6888253 in gnash::MovieClip::draw (this=0xb41a5f30, renderer=..., 

    xform=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1121

#13 0xb688834c in gnash::MovieClip::display (this=0xb41a5f30, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1139

#14 0xb68d2b5f in gnash::DisplayList::display (this=0xb41a56bc, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/DisplayList.cpp:593

#15 0xb6888298 in gnash::MovieClip::draw (this=0xb41a5600, renderer=..., 

    xform=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1125

#16 0xb688834c in gnash::MovieClip::display (this=0xb41a5600, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1139

#17 0xb68d2b5f in gnash::DisplayList::display (this=0xb4ac167c, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/DisplayList.cpp:593

#18 0xb6888298 in gnash::MovieClip::draw (this=0xb4ac15c0, renderer=..., 

    xform=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1125

---Type <return> to continue, or q <return> to quit---

#19 0xb688834c in gnash::MovieClip::display (this=0xb4ac15c0, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1139

#20 0xb68d2b5f in gnash::DisplayList::display (this=0xb4abe9dc, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/DisplayList.cpp:593

#21 0xb6888298 in gnash::MovieClip::draw (this=0xb4abe920, renderer=..., 

    xform=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1125

#22 0xb688834c in gnash::MovieClip::display (this=0xb4abe920, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1139

#23 0xb68d2b5f in gnash::DisplayList::display (this=0xb4ac3a4c, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/DisplayList.cpp:593

#24 0xb6888298 in gnash::MovieClip::draw (this=0xb4ac3990, renderer=..., 

    xform=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1125

#25 0xb688834c in gnash::MovieClip::display (this=0xb4ac3990, renderer=..., 

    base=...)

    at /build/master/gnash-0.8.10~git.master20401/libcore/MovieClip.cpp:1139

#26 0xb68705b1 in gnash::movie_root::display (this=0xbf9374cc)

    at /build/master/gnash-0.8.10~git.master20401/libcore/movie_root.cpp:962

#27 0x0807b8ba in gnash::Gui::display (this=0xb4a57120, m=0xbf9374cc)

    at /build/master/gnash-0.8.10~git.master20401/gui/gui.cpp:807

#28 0x0807f417 in gnash::Gui::advanceMovie (this=0xb4a57120, doDisplay=true)

    at /build/master/gnash-0.8.10~git.master20401/gui/gui.cpp:1006

#29 0x0809ef79 in gnash::Gui::advance_movie (gui=0xb4a57120)

    at /build/master/gnash-0.8.10~git.master20401/gui/gui.h:273

#30 0xb6fd8d5c in g_timeout_dispatch (source=0xb463d2e0, callback=0xffffffff, 

    user_data=0xb4a57120) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:3396

#31 0xb6fd85e5 in g_main_dispatch (context=0xb4a07600)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:1960

#32 IA__g_main_context_dispatch (context=0xb4a07600)

---Type <return> to continue, or q <return> to quit---

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2513

#33 0xb6fdc2d8 in g_main_context_iterate (context=0xb4a07600, 

    block=<value optimized out>, dispatch=1, self=0xb4a64460)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2591

#34 0xb6fdc817 in IA__g_main_loop_run (loop=0xb46387b0)

    at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2799

#35 0xb747d3c9 in IA__gtk_main ()

    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmain.c:1219

#36 0x08098c1b in gnash::GtkGui::run (this=0xb4a57120)

    at /build/master/gnash-0.8.10~git.master20401/gui/gtk/gtk.cpp:267

#37 0x0808b877 in gnash::Player::run (this=0xbf9383dc, argc=32, 

    argv=0xbf9387a4, infile=..., url=...)

    at /build/master/gnash-0.8.10~git.master20401/gui/Player.cpp:646

#38 0x08061314 in playFile (player=..., argc=32, argv=0xbf9387a4, filename=...)

    at /build/master/gnash-0.8.10~git.master20401/gui/gnash.cpp:90

#39 0x08067a2a in operator()<void (*)(gnash::Player&, int, char**, const 
std::string&), boost::_bi::list1<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >&> > (argc=32, argv=0xbf9387a4)

    at /usr/include/boost/bind/bind.hpp:450

#40 operator()<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> > > (argc=32, argv=0xbf9387a4)

    at /usr/include/boost/bind/bind_template.hpp:32

#41 for_each<__gnu_cxx::__normal_iterator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> >*, 
std::vector<std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >, std::allocator<std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > > > >, boost::_bi::bind_t<void, 
void (*)(gnash::Player&, int, char**, std::string const&), 
boost::_bi::list4<boost::reference_wrapper<gnash::Player>, 
boost::_bi::value<int>, boost::_bi::value<char**>, boost::arg<1> > > > 
(argc=32, argv=0xbf9387a4)

    at /usr/include/c++/4.4/bits/stl_algo.h:4200

#42 main (argc=32, argv=0xbf9387a4)

    at /build/master/gnash-0.8.10~git.master20401/gui/gnash.cpp:174

(gdb) c

Continuing.



Breakpoint 2, *__GI___poll (fds=0xb3b07720, nfds=2, timeout=1500)

    at ../sysdeps/unix/sysv/linux/poll.c:82

82      ../sysdeps/unix/sysv/linux/poll.c: No such file or directory.

        in ../sysdeps/unix/sysv/linux/poll.c

(gdb) quit

A debugging session is active.



        Inferior 1 [process 22899] will be detached.



Quit anyway? (y or n) t=  y

Detaching from program: /usr/bin/gtk-gnash, process 22899

address@hidden:/d1/linux-releases/ubuntu$ exit


Script done on Thu 28 Apr 2011 11:30:11 PM PDT



reply via email to

[Prev in Thread] Current Thread [Next in Thread]