Package: firestarter
Version: 1.0.3-6
Followup-For: Bug #449051

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Running a non-stripped binary with the following options made it easier to get 
a meaningful backtrace.


# G_SLICE=debug-blocks gdb /usr/sbin/firestarter 
GNU gdb 6.7.1-debian
Copyright (C) 2007 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 "i486-linux-gnu"...
Using host libthread_db library "/lib/i686/cmov/libthread_db.so.1".
(gdb) r
Starting program: /usr/sbin/firestarter 
[Thread debugging using libthread_db enabled]
[New Thread 0xb6ee08c0 (LWP 25524)]

(firestarter:25524): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols 
specified are supported and host-based authentication failed.
[New Thread 0xb68abb90 (LWP 25529)]
[Thread 0xb68abb90 (LWP 25529) exited]
[New Thread 0xb68abb90 (LWP 25530)]
[Thread 0xb68abb90 (LWP 25530) exited]
[New Thread 0xb68abb90 (LWP 25531)]
[Thread 0xb68abb90 (LWP 25531) exited]
[New Thread 0xb68abb90 (LWP 25532)]
[Thread 0xb68abb90 (LWP 25532) exited]
[New Thread 0xb68abb90 (LWP 25535)]
[Thread 0xb68abb90 (LWP 25535) exited]
[New Thread 0xb68abb90 (LWP 25541)]
[Thread 0xb68abb90 (LWP 25541) exited]
[New Thread 0xb604ab90 (LWP 25550)]
[Thread 0xb604ab90 (LWP 25550) exited]
[New Thread 0xb604ab90 (LWP 25551)]
[Thread 0xb604ab90 (LWP 25551) exited]
[New Thread 0xb604ab90 (LWP 25552)]
[Thread 0xb604ab90 (LWP 25552) exited]
[New Thread 0xb604ab90 (LWP 25553)]
[Thread 0xb604ab90 (LWP 25553) exited]
[New Thread 0xb604ab90 (LWP 25559)]
[Thread 0xb604ab90 (LWP 25559) exited]
[New Thread 0xb68abb90 (LWP 25560)]
[Thread 0xb68abb90 (LWP 25560) exited]
[New Thread 0xb68abb90 (LWP 25561)]
[Thread 0xb68abb90 (LWP 25561) exited]
[New Thread 0xb68abb90 (LWP 25562)]
[Thread 0xb68abb90 (LWP 25562) exited]
[New Thread 0xb68abb90 (LWP 25563)]
[Thread 0xb68abb90 (LWP 25563) exited]
[New Thread 0xb68abb90 (LWP 25564)]
[Thread 0xb68abb90 (LWP 25564) exited]
[New Thread 0xb68abb90 (LWP 25565)]
[Thread 0xb68abb90 (LWP 25565) exited]
[New Thread 0xb68abb90 (LWP 25566)]
[Thread 0xb68abb90 (LWP 25566) exited]
[New Thread 0xb68abb90 (LWP 25568)]
[Thread 0xb68abb90 (LWP 25568) exited]
[New Thread 0xb68abb90 (LWP 25571)]
[Thread 0xb68abb90 (LWP 25571) exited]
[New Thread 0xb68abb90 (LWP 25572)]
GSlice: MemChecker: attempt to release non-allocated block: 0x8261260 size=16

Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb6ee08c0 (LWP 25524)]
0xb7f63410 in __kernel_vsyscall ()
(gdb) thread apply all bt full

Thread 22 (Thread 0xb68abb90 (LWP 25572)):
#0  0xb7f63410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb738add2 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
   from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0xb7c93083 in g_cond_timed_wait_posix_impl (cond=0x82fd688, 
    entered_mutex=0x80, abs_time=0xc1)
    at /build/buildd/glib2.0-2.14.5/gthread/gthread-posix.c:242
        result = <value optimized out>
        end_time = {tv_sec = 1201367000, tv_nsec = 38907000}
        __PRETTY_FUNCTION__ = "g_cond_timed_wait_posix_impl"
#3  0xb73ab041 in g_async_queue_pop_intern_unlocked (queue=0x80e7538, 
    try=<value optimized out>, end_time=0xb68ab394)
    at /build/buildd/glib2.0-2.14.5/glib/gasyncqueue.c:341
        retval = <value optimized out>
        __PRETTY_FUNCTION__ = "g_async_queue_pop_intern_unlocked"
#4  0xb73ed6d2 in g_thread_pool_thread_proxy (data=0x80e7500)
    at /build/buildd/glib2.0-2.14.5/glib/gthreadpool.c:220
        task = <value optimized out>
        pool = (GRealThreadPool *) 0x80e7500
#5  0xb73eb94f in g_thread_create_proxy (data=0x83b4718)
    at /build/buildd/glib2.0-2.14.5/glib/gthread.c:635
        __PRETTY_FUNCTION__ = "g_thread_create_proxy"
#6  0xb73864fb in start_thread () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#7  0xb730993e in clone () from /lib/i686/cmov/libc.so.6
No symbol table info available.

Thread 1 (Thread 0xb6ee08c0 (LWP 25524)):
#0  0xb7f63410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb725df15 in raise () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#2  0xb725f891 in abort () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#3  0xb73e4652 in IA__g_slice_free1 (mem_size=16, mem_block=0x8261260)
    at /build/buildd/glib2.0-2.14.5/glib/gslice.c:859
        tmem = <value optimized out>
        ix = <value optimized out>
        chunk_size = 16
        acat = 1
#4  0xb7b25e99 in IA__gtk_tree_iter_free (iter=0x0)
    at /tmp/buildd/gtk+2.0-2.12.5/gtk/gtktreemodel.c:885
        __PRETTY_FUNCTION__ = "IA__gtk_tree_iter_free"
#5  0x08061de4 in free_connection_entry (data=0x839ae68) at statusview.c:776
No locals.
#6  0xb73bb347 in g_hash_node_destroy (hash_node=0x83cb440, 
    key_destroy_func=0x6, value_destroy_func=0x8061dd0 <free_connection_entry>)
    at /build/buildd/glib2.0-2.14.5/glib/ghash.c:859
No locals.
#7  0xb73bb4d0 in g_hash_table_foreach_remove_or_steal (hash_table=0x8325540, 
    func=0x8061680 <update_conntrack_ttl>, user_data=0x8325540, notify=1)
    at /build/buildd/glib2.0-2.14.5/glib/ghash.c:629
        node = (GHashNode *) 0x83cb440
        prev = (GHashNode *) 0x83b63b0
        i = 5
        deleted = 1
#8  0x08060c03 in update_status_screen (data=0x0) at statusview.c:799
        interfaces_info = (GHashTable *) 0x839b220
        interfaces_widgets = (GHashTable *) 0x839b200
        conntrack_entries = (GHashTable *) 0x8325540
#9  0xb73c8a26 in g_timeout_dispatch (source=0x8202c70, callback=0, 
    user_data=0x0) at /build/buildd/glib2.0-2.14.5/glib/gmain.c:3488
No locals.
#10 0xb73c82b6 in IA__g_main_context_dispatch (context=0x80e55d0)
    at /build/buildd/glib2.0-2.14.5/glib/gmain.c:2061
No locals.
#11 0xb73cb643 in g_main_context_iterate (context=0x80e55d0, block=1, 
    dispatch=1, self=0x80b90d0)
    at /build/buildd/glib2.0-2.14.5/glib/gmain.c:2694
        got_ownership = <value optimized out>
        max_priority = 0
        timeout = 0
        some_ready = 1
        nfds = <value optimized out>
        allocated_nfds = <value optimized out>
        fds = (GPollFD *) 0x8373308
        __PRETTY_FUNCTION__ = "g_main_context_iterate"
#12 0xb73cba27 in IA__g_main_loop_run (loop=0x81b5f68)
    at /build/buildd/glib2.0-2.14.5/glib/gmain.c:2898
        got_ownership = -1221032672
        self = (GThread *) 0x80b90d0
        __PRETTY_FUNCTION__ = "IA__g_main_loop_run"
#13 0xb7a42414 in IA__gtk_main ()
    at /tmp/buildd/gtk+2.0-2.12.5/gtk/gtkmain.c:1163
        tmp_list = (GList *) 0x8067756
        functions = (GList *) 0x0
        init = (GtkInitFunction *) 0x80ca430
        loop = (GMainLoop *) 0x81b5f68
#14 0x0804fc8a in main (argc=1, argv=0xbf868674) at firestarter.c:434
        arg = <value optimized out>
        client = (GnomeClient *) 0x80ca430
        i = 1
        must_run_wizard = 0
        show_gui = 1


- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages firestarter depends on:
ii  gconf2                 2.20.1-2          GNOME configuration database syste
ii  gksu                   2.0.0-5           graphical frontend to su
ii  iptables               1.3.8.0debian1-1  administration tools for packet fi
ii  libart-2.0-2           2.3.19-3          Library of functions for 2D graphi
ii  libatk1.0-0            1.20.0-1          The ATK accessibility toolkit
ii  libbonobo2-0           2.20.3-1          Bonobo CORBA interfaces library
ii  libbonoboui2-0         2.20.0-1          The Bonobo UI library
ii  libc6                  2.7-6             GNU C Library: Shared libraries
ii  libcairo2              1.4.14-1          The Cairo 2D vector graphics libra
ii  libfontconfig1         2.5.0-2           generic font configuration library
ii  libfreetype6           2.3.5-1+b1        FreeType 2 font engine, shared lib
ii  libgconf2-4            2.20.1-2          GNOME configuration database syste
ii  libglade2-0            1:2.6.2-1         library to load .glade files at ru
ii  libglib2.0-0           2.14.5-2          The GLib library of C routines
ii  libgnome2-0            2.20.1.1-1        The GNOME 2 library - runtime file
ii  libgnomecanvas2-0      2.20.1.1-1        A powerful object-oriented display
ii  libgnomeui-0           2.20.1.1-1        The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0         1:2.20.1-1        GNOME Virtual File System (runtime
ii  libgtk2.0-0            2.12.5-1          The GTK+ graphical user interface 
hi  libice6                2:1.0.4-1         X11 Inter-Client Exchange library
ii  liborbit2              1:2.14.10-0.1     libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0          1.18.4-1          Layout and rendering of internatio
ii  libpng12-0             1.2.15~beta5-3    PNG library - runtime
ii  libpopt0               1.10-3            lib for parsing cmdline parameters
hi  libsm6                 2:1.0.3-1+b1      X11 Session Management library
hi  libx11-6               2:1.0.3-7         X11 client-side library
ii  libxml2                2.6.31.dfsg-1     GNOME XML library
ii  libxrender1            1:0.9.4-1         X Rendering Extension client libra
ii  lsb-base               3.1-24            Linux Standard Base 3.1 init scrip
ii  zlib1g                 1:1.2.3.3.dfsg-11 compression library - runtime

firestarter recommends no packages.

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHm28g823633cP2P8RArmsAJ9ESKNW3cIxUw8sv+hE6BCeoa3FZQCfeVWE
5nTLYM2E1xg5zEVZfj1uC1c=
=XiqW
-----END PGP SIGNATURE-----



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to