xine / kaffeine core dumps with bus error

Ian Moore no-spam at swiftdsl.com.au
Tue Oct 4 20:43:14 PDT 2005


On Wednesday 05 October 2005 12:41, Ian Moore wrote:
> On Wednesday 05 October 2005 11:25, David Kirchner wrote:
> > On 10/4/05, Brian John <brianjohn at fusemail.com> wrote:
> > > It probably is.  However, I'm not sure how to go about figuring out
> > > which one of these dependencies it is, let alone how to fix it.  Could
> > > you help us troubleshoot this?  BTW, I used portmanager to upgrade my
> > > ports.
> >
> > I don't know if I can be much help, as I haven't used xine or vlc, or
> > portmanager. What I would do in your case is run 'ktrace -i -d vlc'
> > (along with whatever other arguments) to trace the process and its
> > dependencies, and then run 'kdump' to view the trace (the output will
> > be enormous). You might see something interesting near the end, like a
> > file not found that it was expecting, or it opening a file just prior
> > to dumping core. It may be possible the other programs would have the
> > same last few lines.
> >
> > This is generic advice, I'm afraid, and may not even be valid in this
> > case. But who knows.

And vlc gives the same errors too:

  6585 vlc      RET   read 4096/0x1000
  6585 vlc      CALL  mmap(0,0x5e000,0x5,0x20002,0x5,0,0,0)
  6585 vlc      RET   mmap 687357952/0x28f84000
  6585 vlc      CALL  mprotect(0x28fb2000,0x1000,0x7)
  6585 vlc      RET   mprotect 0
  6585 vlc      CALL  mprotect(0x28fb2000,0x1000,0x5)
  6585 vlc      RET   mprotect 0
  6585 vlc      CALL  mmap(0x28fb3000,0x3000,0x3,0x12,0x5,0,0x2e000,0)
  6585 vlc      RET   mmap 687550464/0x28fb3000
  6585 vlc      CALL  mmap(0x28fb6000,0x2c000,0x3,0x1012,0xffffffff,0,0,0)
  6585 vlc      RET   mmap 687562752/0x28fb6000
  6585 vlc      CALL  close(0x5)
  6585 vlc      RET   close 0
  6585 vlc      CALL  access(0x28198000,0)
  6585 vlc      NAMI  "/lib/libstdc++.so.4"
  6585 vlc      RET   access -1 errno 2 No such file or directory
  6585 vlc      CALL  access(0x28198000,0)
  6585 vlc      NAMI  "/usr/lib/libstdc++.so.4"
  6585 vlc      RET   access 0
  6585 vlc      CALL  access(0x28198000,0)
  6585 vlc      NAMI  "/lib/libm.so.3"
  6585 vlc      RET   access 0
  6585 vlc      CALL  mmap(0,0x190,0x3,0x1000,0xffffffff,0,0,0)
  6585 vlc      RET   mmap 687742976/0x28fe2000
  6585 vlc      CALL  munmap(0x28fe2000,0x190)
  6585 vlc      RET   munmap 0
  6585 vlc      CALL  mmap(0,0xb48,0x3,0x1000,0xffffffff,0,0,0)
  6585 vlc      RET   mmap 687742976/0x28fe2000
  6585 vlc      CALL  munmap(0x28fe2000,0xb48)
  6585 vlc      RET   munmap 0
  6585 vlc      CALL  sigprocmask(0x3,0x281882f0,0)
  6585 vlc      RET   sigprocmask 0
  6585 vlc      PSIG  SIGBUS SIG_DFL
  6585 vlc      NAMI  "vlc.core"


-- 
Ian
gpg key: http://home.swiftdsl.com.au/~imoore/no-spam.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20051005/4fe32bbd/attachment.bin


More information about the freebsd-questions mailing list