When playing flash with sound I get firefox crashing, seems to be a problem 
with port linkage.

I have the following packages installed

firefox3-3.0.1p3    redesign of Mozilla's browser component
swfdec-0.6.8        flash rendering library
swfdec-plugin-0.6.0 Flash plugin for Mozilla browsers


Running firefox in debug mode

[17:56:00] [EMAIL PROTECTED]:~ $ firefox -g /usr/local/mozilla-firefox/run-mozilla.sh -g /usr/local/mozilla-firefox/firefox-bin
MOZILLA_FIVE_HOME=/usr/local/mozilla-firefox
 
LD_LIBRARY_PATH=/usr/local/mozilla-firefox:/usr/local/mozilla-firefox/plugins:/usr/local/mozilla-firefox
DISPLAY=:0.0
DYLD_LIBRARY_PATH=/usr/local/mozilla-firefox:/usr/local/mozilla-firefox
    
LIBRARY_PATH=/usr/local/mozilla-firefox:/usr/local/mozilla-firefox/components:/usr/local/mozilla-firefox
      SHLIB_PATH=/usr/local/mozilla-firefox:/usr/local/mozilla-firefox
         LIBPATH=/usr/local/mozilla-firefox:/usr/local/mozilla-firefox
      ADDON_PATH=/usr/local/mozilla-firefox
     MOZ_PROGRAM=/usr/local/mozilla-firefox/firefox-bin
     MOZ_TOOLKIT=
       moz_debug=1
    moz_debugger=
/usr/bin/gdb /usr/local/mozilla-firefox/firefox-bin -x /tmp/mozargs.TjLpDT
GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-unknown-openbsd4.4"...(no debugging symbols 
found)

(gdb) run
Starting program: /usr/local/mozilla-firefox/firefox-bin [New process 4623, thread 0x82bddc00]
[New process 4623, thread 0x84e93c00]
[New process 4623, thread 0x855a3c00]
Unsupported movie property style with value ""
Unsupported movie property id with value "movie_player"
Unsupported movie property name with value "movie_player"
Unsupported movie property quality with value "high"
Unsupported movie property allowfullscreen with value "true"
Unsupported movie property allowscriptaccess with value "always"
Loading stream: http://s.ytimg.com/yt/swf/watch-vfl53290.swf
unhandled event 19
[New process 4623, thread 0x8a7c8000]
[New process 4623, thread 0x7ec50400]
[New process 4623]
Loading stream: http://v6.cache.googlevideo.com/get_video?video_id=PZbG9i1oGPA&origin=sjl-v110.sjl.youtube.com&signature=6B6BB7136E55F299FA2D7E9C8FFCACD1D2302AEC.0A3C67D8031F5E375A21086D1C047A7D806006AB&ip=77.197.237.189&ipbits=8&expire=1220133358&key=yt1&sver=2
/usr/local/mozilla-firefox/firefox-bin:/usr/local/lib/libswfdec-gtk-0.6.so.0.0: 
undefined symbol '_oss_ioctl'
lazy binding failed!

Program received signal SIGSEGV, Segmentation fault.
[Switching to process 4623, thread 0x8867d000]
0x03b3acd3 in _dl_bind () from /usr/libexec/ld.so
(gdb) bt
#0  0x03b3acd3 in _dl_bind () from /usr/libexec/ld.so
#1  0x03b379ff in _dl_bind_start () from /usr/libexec/ld.so
#2  0x7ec7402c in ?? ()
#3  0x00000388 in ?? ()
#4  0x0ff10027 in ?? () from /usr/lib/libpthread.so.11.0
#5  0x00000027 in ?? ()
#6  0x00000040 in ?? ()
#7  0x83baf320 in ?? ()
#8  0xcfbd5378 in ?? ()
#9  0x270af244 in ?? () from /usr/local/lib/libswfdec-gtk-0.6.so.0.0
#10 0x8867d000 in ?? ()
#11 0x00000000 in ?? ()
(gdb)

And if I do [18:51:47] [EMAIL PROTECTED]:~ $ export LD_PRELOAD=/usr/lib/libossaudio.so.3.1 [18:51:54] [EMAIL PROTECTED]:~ $ firefox

It works (need accelmethod "exa" on my computer to get the display).

Reply via email to