Comment 5 for bug 1706052

Revision history for this message
guysoft (guysoft) wrote :

Sorry, missed that last part.
Here is the full output:

guy@golem4:~$ sudo gdb -c core /usr/sbin/cupsd
GNU gdb (Ubuntu 7.12.50.20170314-0ubuntu1) 7.12.50.20170314-git
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/sbin/cupsd...(no debugging symbols found)...done.
[New LWP 13673]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `cupsd'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 __strcasecmp_l_avx () at ../sysdeps/x86_64/multiarch/strcmp-sse42.S:165
165 ../sysdeps/x86_64/multiarch/strcmp-sse42.S: No such file or directory.
(gdb) bt
#0 __strcasecmp_l_avx () at ../sysdeps/x86_64/multiarch/strcmp-sse42.S:165
#1 0x00007fa072279fe5 in lsp_initialize () from /lib/lib/x86_64-linux-gnu/liblsp.so
#2 0x00007fa07248d9ca in call_init (l=<optimized out>, argc=argc@entry=1, argv=argv@entry=0x7fff01cb5728,
    env=env@entry=0x7fff01cb5738) at dl-init.c:72
#3 0x00007fa07248dadb in call_init (env=0x7fff01cb5738, argv=0x7fff01cb5728, argc=1, l=<optimized out>)
    at dl-init.c:30
#4 _dl_init (main_map=0x7fa0726a4168, argc=1, argv=0x7fff01cb5728, env=0x7fff01cb5738) at dl-init.c:120
#5 0x00007fa07247dc5a in _dl_start_user () from /lib64/ld-linux-x86-64.so.2
#6 0x0000000000000001 in ?? ()
#7 0x00007fff01cb78af in ?? ()
#8 0x0000000000000000 in ?? ()
(gdb) quit
guy@golem4: