Current-Users archive

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

Re: kqueue(2) problems - CUPS does not work



>>>>> "Drochner" == Matthias Drochner <m.drochner%fz-juelich.de@localhost> 
>>>>> writes:

    Drochner> is anyone seeing this too?
    Drochner> On -current, CUPS (from pkgsrc) does not work: If I try
    Drochner> to print anything, the job stays in "processing" state
    Drochner> forever.

I see a similar Problem with (simple) ogg123 (out of
pkgsrc/audio/vorbis-tools) since several days with -current userland
and kernel on my amd64 machine:

It starts up displaying some (*.ogg file) info and gets stuck
producing a whole cpu's load, but producing no audio output. The
process itself is only 'kill -9 [PID]'-able.

(pkgsrc/audio/) xmms dumps core when replaying vorbis files (mp3 still
work fine):

  $ gdb /usr/pkg/bin/xmms xmms.core 
  GNU gdb 6.5
  [...]
  Core was generated by `xmms'.
  Program terminated with signal 10, Bus error.
  #0  0x00007f7ff90050f0 in mdct_backward () from /usr/pkg/lib/libvorbis.so.0
  (gdb) bt
  #0  0x00007f7ff90050f0 in mdct_backward () from /usr/pkg/lib/libvorbis.so.0
  #1  0x00007f7ff901512a in mapping0_inverse () from /usr/pkg/lib/libvorbis.so.0
  #2  0x00007f7ff8c02d4c in _fetch_and_process_packet () from 
/usr/pkg/lib/libvorbisfile.so.3
  #3  0x00007f7ff8c03079 in ov_read () from /usr/pkg/lib/libvorbisfile.so.3
  #4  0x00007f7ff92061c6 in get_iplugin_info () from 
/usr/pkg/lib/xmms/Input/libvorbis.so
  #5  0x00007f7ff92067dd in get_iplugin_info () from 
/usr/pkg/lib/xmms/Input/libvorbis.so
  #6  0x00007f7ffc90a792 in pthread_create () from /usr/lib/libpthread.so.1
  #7  0x00007f7ffbb6ce10 in ___lwp_park50 () from /usr/lib/libc.so.12
  #8  0x0000000000000000 in ?? ()

(pkgsrc/multimedia/) mplayer still replays vorbis files flawlessly.

    Drochner> Also, the web interface behaves weird -- I can't add a
    Drochner> new printer. If I tweak the cups build so that
    Drochner> HAVE_KQUEUE does not get defined, everything is well.

I did not dig into this so far. Is there an (easy) way to check if a
(running) binary has kqueue related problems?

Markus.


Home | Main Index | Thread Index | Old Index