The problem is not isolated to FTP. I get the same error when trying to run nmon on the 2.6.31.11 kernel.
p...@paul-laptop:~/Downloads/nmon$ gdb ./nmon_x86_ubuntu810 GNU gdb (GDB) 6.8.92-ubuntu Copyright (C) 2009 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". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /home/paul/Downloads/nmon/nmon_x86_ubuntu810...done. (gdb) run Starting program: /home/paul/Downloads/nmon/nmon_x86_ubuntu810 nmon_x86_ubuntu810: malloc.c:3074: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >= (unsigned long)((((__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) - 1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end & pagemask) == 0)' failed. Program received signal SIGABRT, Aborted. 0xb7fe0430 in __kernel_vsyscall () (gdb) bt #0 0xb7fe0430 in __kernel_vsyscall () #1 0xb7e564d1 in raise () from /lib/tls/i686/cmov/libc.so.6 #2 0xb7e59932 in abort () from /lib/tls/i686/cmov/libc.so.6 #3 0xb7e4f648 in __assert_fail () from /lib/tls/i686/cmov/libc.so.6 #4 0xb7e9a2d0 in ?? () from /lib/tls/i686/cmov/libc.so.6 #5 0xb7e9b868 in malloc () from /lib/tls/i686/cmov/libc.so.6 #6 0x08050392 in main (argc=1, argv=0xbffff3b4) at lmon.c:3310 (gdb) # uname -a Linux paul-laptop 2.6.31-11-generic-pae #38-Ubuntu SMP Fri Oct 2 12:53:03 UTC 2009 i686 GNU/Linux -- Assertion failure and crash https://bugs.launchpad.net/bugs/424668 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
