Cups dies after first http request

Michael Sweet mike at easysw.com
Wed Oct 29 07:05:43 PDT 2008


Lindberg wrote:
>> Lindberg wrote:
>>> Whenever I access the webinterface, the cupsd process dies.
>>> No messages are generated in the error log.
>> If you can ssh into the box and run gdb, you can run cupsd in gdb
>> as root with:
>>
>>      gdb /usr/sbin/cupsd
>>      run -f
>>
> 
> okay, that kind of explains alot :), but now I have a "new" problem, as indicated by the output of the above commands
> --------------
> #>sudo gdb /opt/sbin/cupsd
> <cut copyright statement>
> This GDB was configured as "arm-none-linux-gnueabi"...
> (no debugging symbols found)
> (gdb) run -f
> Starting program: /opt/sbin/cupsd -f
> [Thread debugging using libthread_db enabled]
> [New Thread 0x4001ce60 (LWP 9188)]
> 
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 0x4001ce60 (LWP 9188)]
> 0x000437c4 in ?? ()
> --------------
> 
> Just to highlight the issue:
> 
> Program received signal SIGSEGV, Segmentation fault.
> 
> Can I do anything about this or what should be my course of action?

You need to install a debug version of the package...

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com




More information about the cups mailing list