Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135493 - Sussen 0.22 crashes on scanning
Summary: Sussen 0.22 crashes on scanning
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-04 03:39 UTC by Markus Saarinen
Modified: 2006-06-06 03:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Saarinen 2006-06-04 03:39:00 UTC
Filing new bug as requested in Bug 133935.

# ACCEPT_KEYWORDS="~x86" emerge sussen
# equery list --installed | grep sussen
net-analyzer/sussen-0.22

sussen-agent --scan works and produces the report, but the GUI
doesn't work. 

First, it opens the main window normally when I choose 'scan system' from the
applet, but then the problems start.
If I push 'cancel' button it dies right away ('The application "sussen"
has quit unexpectedly'). If I push 'execute' it displays
'Collecting data from the system...' and then 'analyzing system data...'.
After doing that for about fifty seconds, it again crashes with same error.
Nothing is logged to any syslogs as far as I know.

I will try to get mono debugging info as suggested.


Portage 2.0.54 (default-linux/x86/2006.0, gcc-3.4.4, glibc-2.3.5-r2, 2.6.16-gentoo-r7 i686)
=================================================================
System uname: 2.6.16-gentoo-r7 i686 Intel(R) Pentium(R) M processor 1.73GHz
Gentoo Base System version 1.6.14
dev-lang/python:     2.4.2
dev-python/pycrypto: [Not Present]
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=i686 -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=i686 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.linux.ee/pub/gentoo/distfiles/ http://ftp.du.se/pub/os/gentoo http://85.25.128.62 ftp://pandemonium.tiscali.de/pub/gentoo/"
MAKEOPTS=""
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apache2 apm arts audiofile avi berkdb bitmap-fonts bzip2 cdr cli crypt ctype cups dba dri eds elibc_glibc emboss encode esd ethereal exif expat fam fastbuild foomaticdb force-cgi-redirect fortran ftp gd gdbm gif glut gmp gnome gpm gstreamer gtk gtk2 gtkhtml guile idn imlib ipv6 isdnlog jpeg kde kernel_linux lcms libg++ libwww mad memlimit mikmod mng motif mozilla mp3 mpeg ncurses nls nptl ogg opengl oss pam pcre pdflib perl php png posix pppd python qt quicktime readline reflection samba sdl session simplexml slang soap sockets spell spl ssl tcltk tcpd tiff tokenizer truetype truetype-fonts type1-fonts udev unicode userland_GNU vorbis win32codecs x86 xml xml2 xmms xorg xsl xv zlib"
Unset:  CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTAGE_RSYNC_OPTS, PORTDIR_OVERLAY
Comment 1 Peter Volkov (RETIRED) gentoo-dev 2006-06-04 04:02:19 UTC
Thank you for report! I've managed to reproduce problem with cancel and forwardered bug upstream [1], while I could see results of scanning opened in bluefish html editor :)

Reference:
1. https://dev.mmgsecurity.com/bugs/show_bug.cgi?id=56

BTW. To get debugging information it was enough for me to start sussen from console and look at output.
Comment 2 Peter Volkov (RETIRED) gentoo-dev 2006-06-04 11:13:59 UTC
sussen-0.22-r1.ebuild in cvs. Please test it. Crash when cancel button is pressed during execution should be fixed.

About another issue, please take a look at upstream bugzilla. Seems that without backtrace there is nothing to do here. :)
Comment 3 Markus Saarinen 2006-06-05 04:44:59 UTC
Plot thickens :)
The reason it didn't open the results earlier was that there was no default
handler for html files (which is odd as I had firefox-bin installed), but after
manually setting Firefox as html handler, the opening started to work.

So with new version the situation is as follows.

when starting with sussen-applet --tray-icon:
Everything works perfectly. Cancel exits, and execute opens the
results. No errors - patch helped.

when starting thru normal panel applet:
Cancel crashes as before. Execute opens the report (as I now have changed
the html handler to Firefox), but also crashes.

I didn't see any errors in my console at any point as you did. Maybe I'm 
missing some debug flags somewhere...

Comment 4 Peter Volkov (RETIRED) gentoo-dev 2006-06-05 07:08:53 UTC
Thank you for report, Markus. sussen-0.22-r2.ebuild in portage. Please test it. I hope crash of gnome panel aplet should be fixed there. :)

(In reply to comment #3)
> I didn't see any errors in my console at any point as you did. Maybe I'm 
> missing some debug flags somewhere...

Strange. I do not know :(
Comment 5 Markus Saarinen 2006-06-06 03:18:59 UTC
Ok, seems we're all set. No more crashing anywhere. Report opens
as it should and no more unexpected exits. Case closed, as far as I'm
concerned :).
Comment 6 Peter Volkov (RETIRED) gentoo-dev 2006-06-06 03:22:47 UTC
I'm very glad to read that. Thank you!