gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [bug #34606] gnash crashes when trying to play video.


From: anonymous
Subject: [Gnash-commit] [bug #34606] gnash crashes when trying to play video.
Date: Mon, 24 Oct 2011 18:58:15 +0000
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.9.1.16) Gecko/20110929 Iceweasel/3.5.16 (like Firefox/3.5.16)

Follow-up Comment #10, bug #34606 (project gnash):

Encountered more difficulties.


$ DEB_BUILD_OPTIONS=nostrip,noopt dpkg-buildpackage -rfakeroot -uc -us


yields the warning:


invalid flag in DEB_BUILD_OPTIONS: nostrip,noopt


Also tried: 


DEB_BUILD_OPTIONS="nostrip, noopt


and, a la $PATH,


DEB_BUILD_OPTIONS=nostrip:noopt


but all generated a similar warning.

Couldn't find anything in either man bash or man dpkg-buildpackage that would
shed any light on the correct syntax of multi-value vars, so I went with


DEB_BUILD_OPTIONS=nostrip



This compiled, but the resulting program gave the same minimalist backtrace,
the last few lines of which are:


#24 0x200c885c in ?? ()
#25 0x2009788c in ?? ()
#26 0x2009d564 in ?? ()
#27 0x1e98c63c in ?? ()
#28 0x1e98c800 in ?? ()
#29 0x00000000 in ?? ()


More concisely, here is what I've done:


0 $ vi debian/rules to change the mv to -mv re the pyshared
0 $ PATH=/usr/lib/ccache:$PATH DEB_BUILD_OPTIONS=nostrip dpkg-buildpackage
-rfakeroot -uc -us
0 # aptitude purge gnash which also rem'd browser-plugin- & -opengl
0 # dpkg -i gnash-opengl_0.8.10~git20110618-3~bpo60+1_all.deb
0 # dpkg -i gnash_0.8.10~git20110618-3~bpo60+1_powerpc.deb
0 $ gnash-debug-5.sh
0 (gdb) run <enter> 2 to 5 times
0 Push play button on resulting player screen
0 Select a thumbnail that appears on bottom (segfault)
0 (gdb) bt


which gives the example above.

Do I need to do a make clean or anything like that between consecutive build
attempts?
Should I purge the whole gnash suite and  reinstall everything given that the
version numbers are the same between what I got from backports and what I am
building on my own now?
In general, are any suggextions from anyone?

Thanks,

web21


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34606>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]