pkgsrc-Users archive

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

ERROR: Caught a segmentation fault while loading plugin file: /usr/pkg/lib/gstreamer-1.0/libgstlibav.so



Hello,

uname -a
NetBSD  6.1.3_PATCH NetBSD 6.1.3_PATCH (GENERIC) amd64

I have updated and rebuilt gstreamer1 and the gst-plugin1* from pkgsrc head.

When visiting a media site, Firefox 31 hangs with:

ERROR: Caught a segmentation fault while loading plugin file:
/usr/pkg/lib/gstreamer-1.0/libgstlibav.so

Please either:
- remove it and restart.
- run with --gst-disable-segtrap --gst-disable-registry-fork and debug


Restarting with the above mentioned arguments doesn't give any more clue.

Unfortunately my binary of Firefox wasn't built with debug support,
but I have a ktrace of /usr/pkg/lib/gstreamer-1.0/libgstlibav.so :

  3942      1 ktrace   EMUL  "netbsd"
  3942      1 ktrace   RET   ktrace 0
  3942      1 ktrace   CALL
execve(0x7f7ffffffe43,0x7f7fffffdc78,0x7f7fffffdc88)
  3942      1 ktrace   NAMI  "/usr/pkg/lib/gstreamer-1.0/libgstlibav.so"
  3942      1 libgstlibav.so EMUL  "netbsd"
  3942      1 libgstlibav.so RET   execve JUSTRETURN
  3942      1 libgstlibav.so PSIG  SIGSEGV SIG_DFL: code=SEGV_MAPERR,
addr=0x1, trap=6)
  3942      1 libgstlibav.so NAMI  "libgstlibav.so.core"

This is all the backtrace I've got:
(gdb) bt
#0  0x0000000000000001 in ?? ()
#1  0x00007f7ffffffe40 in ?? ()
#2  0x0000000000000000 in ?? ()

I hope this is of any help.


Home | Main Index | Thread Index | Old Index