Package: potion Version: 0.0.3 Severity: grave I wanted to try potion and it either segfaults or aborts with an assertion right away.
| $ potion eth1 | potion: event_queue_remove: 0x804c3ec(fd -1) not on queue 1 | potion: event.c:614: event_del: | Assertion `!(ev->ev_flags & ~(0xf000 | 0x9f))' failed. | Aborted or | $ potion eth1 | Segmentation fault This is both an the same machine, seemingly choosing randomly between segfault and abort. Here is a backtrace of the failed assertion case: | #0 0xb7e617ab in raise () from /lib/tls/libc.so.6??? | #1 0xb7e62f12 in abort () from /lib/tls/libc.so.6??? | #2 0xb7e5b26f in __assert_fail () from /lib/tls/libc.so.6?? | #3 0xb7fd4328 in event_del () from /usr/lib/libevent.so.1?? | #4 0x0804a885 in ?? ()???? | #5 0x0804c3ec in optind ()???? | #6 0xbffff448 in ?? ()???? | #7 0xb7e64102 in exit () from /lib/tls/libc.so.6??? | #8 0xb7e64102 in exit () from /lib/tls/libc.so.6??? | #9 0xb7f0f7a3 in errx () from /lib/tls/libc.so.6??? | #10 0xb7fd475f in event_active () from /usr/lib/libevent.so.1?? | #11 0xb7fd45bc in event_active () from /usr/lib/libevent.so.1?? | #12 0xb7fd3d04 in event_base_loop () from /usr/lib/libevent.so.1?? | #13 0xb7fd3bbb in event_loop () from /usr/lib/libevent.so.1 | #14 0xb7fd3af0 in event_dispatch () from /usr/lib/libevent.so.119:19:32 ? | #15 0x0804b0b2 in ?? () | #16 0x0804a865 in ?? () | #17 0xb7f69c60 in ?? () from /lib/tls/libc.so.6 | #18 0xbffff5b8 in ?? () | #19 0xb7e4e904 in __libc_start_main () from /lib/tls/libc.so.6 | #20 0xb7e4e904 in __libc_start_main () from /lib/tls/libc.so.6 | #21 0x080492a1 in ?? () And here for the segfault case. | #0 0x08049f78 in ?? ()???? | #1 0xbffff2e4 in ?? ()???? | #2 0xbffff3e0 in ?? ()???? | #3 0x0804ac55 in ?? ()???? | #4 0x08052a7c in ?? ()???? | #5 0x42016dba in ?? ()???? | #6 0x42016dba in ?? ()???? | #7 0x00000169 in ?? ()???? | #8 0x00000000 in ?? ()???? | #9 0x00000001 in ?? ()???? | #10 0x00000000 in ?? ()???? | #11 0xcb0b0006 in ?? ()???? | #12 0x42da5f4a in ?? ()???? | #13 0x18931261 in ?? ()???? | #14 0x08930050 in ?? ()???? | #15 0x00000003 in ?? ()???? | #16 0x00000000 in ?? ()???? | #17 0x00000000 in ?? ()? | [...] | #59 0x00000000 in ?? () | #60 0xb7fd696b in evsignal_recalc () from /usr/lib/libevent.so.1 | Previous frame inner to this frame (corrupt stack?) Let me know if you need more information. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (600, 'testing'), (570, 'experimental'), (570, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.9 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages potion depends on: ii libabz0 0.4.6 Miscellaneous useful routines ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an ii libdebug0 0.4.2 Memory leak detection system and l ii libevent1 1.0b-1.1 An asynchronous event notification ii libncurses5 5.4-4 Shared libraries for terminal hand ii libpcap0.8 0.8.3-5 System interface for user-level pa -- no debconf information -- Philipp Weis [EMAIL PROTECTED] http://pweis.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

