Guest User!

You are not Sophos Staff.

[9.080][BUG] Still a bug websec seg faults.

I can't find where I posted this issue, but I suspect it was in with another, but different seg fault report.


2013:03:29-09:19:07 cats-kingdom kernel: [ 2218.850827] websec-reporter[12062]: segfault at 3d0f00 ip 00000000f755f7f3 sp 00000000f645aa58 error 4 in libc-2.11.3.so[f74e8000+167000] 
Ian

This message only appears in one UTM which has VLANs and IPv6 sixxs tunnel.
The other UTM has native IPv6 over PPPoE doesn't show the kernel fault.
Parents Reply Children
  • Hi Michael,


    cats-kingdom:/root # ls /var/storage/cores
    websec-reporter.25788  websec-reporter.25825  websec-reporter.26468
    websec-reporter.25799  websec-reporter.25867
    cats-kingdom:/root # gdb /usr/local/bin/reporter/websec-reporter.pl /var/storage/cores/websec-reporter.25867
    GNU gdb (GDB) SUSE (7.3-0.8.2.770.g338214c.rb1)
    Copyright (C) 2011 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later 
    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 "i686-suse-linux".
    For bug reporting instructions, please see:
    ...
    Reading symbols from /usr/local/bin/reporter/websec-reporter.pl...Missing separate debuginfo for /usr/local/bin/reporter/websec-reporter.pl
    Try: zypper install -C "debuginfo(build-id)=1e6ad29160fed828c7b743d5b2c926e1f0980c88"
    (no debugging symbols found)...done.

    warning: core file may not match specified executable file.
    [New LWP 25873]
    [New LWP 25867]
    [New LWP 25872]
    [New LWP 25871]
    Missing separate debuginfo for /usr/lib/libpq.so.5
    Try: zypper install -C "debuginfo(build-id)=8af2c35b05b774e56a45ed0235d12dc6568c42e6"
    Missing separate debuginfo for /usr/lib/libglib-2.0.so.0
    Try: zypper install -C "debuginfo(build-id)=8af2c35b05b774e56a45ed0235d12dc6568c42e6"
    Missing separate debuginfo for /lib/librt.so.1
    Try: zypper install -C "debuginfo(build-id)=8af2c35b05b774e56a45ed0235d12dc6568c42e6"
    Missing separate debuginfo for /lib/libc.so.6
    Try: zypper install -C "debuginfo(build-id)=8af2c35b05b774e56a45ed0235d12dc6568c42e6"
    Missing separate debuginfo for /lib/ld-linux.so.2
    Try: zypper install -C "debuginfo(build-id)=cfd0ad7248f6a295d1b11492d84901f5c3e97263"
    Missing separate debuginfo for
    Try: zypper install -C "debuginfo(build-id)=cfd0ad7248f6a295d1b11492d84901f5c3e97263"
    Missing separate debuginfo for /usr/lib/libpq.so.5
    Try: zypper install -C "debuginfo(build-id)=cff57cf87d550161ba4d5b42c5a55a0a2af7868e"
    Missing separate debuginfo for /usr/lib/libglib-2.0.so.0
    Try: zypper install -C "debuginfo(build-id)=c17d5611135b977cbd2f0a712591fbafb29aebce"
    Missing separate debuginfo for /lib/librt.so.1
    Try: zypper install -C "debuginfo(build-id)=18d1d9bfdb11844bfbba54b84fa20faa561e7cb5"
    Missing separate debuginfo for /lib/libc.so.6
    Try: zypper install -C "debuginfo(build-id)=8af2c35b05b774e56a45ed0235d12dc6568c42e6"
    Missing separate debuginfo for /lib/libpthread.so.0
    Try: zypper install -C "debuginfo(build-id)=d534247615c88be8aba8e01d7c839da7f7d38ffa"
    [Thread debugging using libthread_db enabled]
    Missing separate debuginfo for /lib/ld-linux.so.2
    Try: zypper install -C "debuginfo(build-id)=c1629bc12c968b5831da4b501520eb42288354f5"
    Missing separate debuginfo for /lib/libnss_compat.so.2
    Try: zypper install -C "debuginfo(build-id)=94306ef3a4a229255ba41ddeed7b5ee84b1c4657"
    Missing separate debuginfo for /lib/libnsl.so.1
    Try: zypper install -C "debuginfo(build-id)=f88eb57b3bab2ace6279892fc422052336748a91"
    Missing separate debuginfo for /lib/libnss_nis.so.2
    Try: zypper install -C "debuginfo(build-id)=267357058e8185faf3b30c9954db55d56ec64eb0"
    Missing separate debuginfo for /lib/libnss_files.so.2
    Try: zypper install -C "debuginfo(build-id)=7a8a3edc4aa3ac22c888ad145f9753bccdaefda9"
    Core was generated by `/usr/local/bin/reporter/websec-reporter.pl'.
    Program terminated with signal 11, Segmentation fault.
    #0  0xf75157f3 in strcat () from /lib/libc.so.6
    (gdb) bt
    #0  0xf75157f3 in strcat () from /lib/libc.so.6
    #1  0x08059379 in get_path ()
    #2  0x080599e0 in websec_create ()
    #3  0x0804f838 in websec_insert ()
    #4  0x0806b345 in yyparse ()
    #5  0x080651cc in parser_thread_task ()
    #6  0xf7488809 in start_thread () from /lib/libpthread.so.0
    #7  0xf757730e in clone () from /lib/libc.so.6
    Backtrace stopped: Not enough registers or memory available to unwind further
    (gdb)




    Ian