[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-10-09 Thread Darlyn Smith
** Changed in: aptitude (Ubuntu)
 Assignee: (unassigned) => Darlyn Smith (darlyn13)

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-04-09 Thread HughDaniel
I just discovered that this bug is _always_ being triggered if I use
GNOME Terminal 2.29.6 (2.29.6-0ubuntu5, why it's not 2.30 I have no
idea) to run aptitude, yet on the same box if I run aptitude from xterm
it works _unless_ I resize the xterm while aptitude is running, then I
get this backtrace:

Program received signal SIGSEGV, Segmentation fault.
0x0023e240 in sigc::slot_base::~slot_base() () from /usr/lib/libsigc-2.0.so.0
(gdb) bt
#0  0x0023e240 in sigc::slot_base::~slot_base() () from 
/usr/lib/libsigc-2.0.so.0
#1  0x0023d5af in std::_List_base >::_M_clear() () from /usr/lib/libsigc-2.0.so.0
#2  0x0023d54d in sigc::signal_base::~signal_base() () from 
/usr/lib/libsigc-2.0.so.0
#3  0x08185a7d in ~signal4 (this=0x841e128, __in_chrg=)
at /usr/include/sigc++-2.0/sigc++/signal.h:3068
#4  ~download_signal_log (this=0x841e128, __in_chrg=)
at download_signal_log.cc:30
#5  0x08149203 in ~auto_ptr (m=0xb454, verbose=0)
at /usr/include/c++/4.4/backward/auto_ptr.h:168
#6  cmdline_do_download (m=0xb454, verbose=0) at cmdline_util.cc:418
#7  0x08144ea1 in cmdline_update (argc=1, argv=0xb7c8, verbose=0)
at cmdline_update.cc:54
#8  0x0805efce in main (argc=2, argv=0xb7c4) at main.cc:596
(gdb)

  I can confirm that KDE Konsole only fails when the window is resized.
Xfce-terminal can fail, but it's very hard to make it fail, and it's
about as hard in xterm.  Whats interesting here is that GNOME terminal
seems to be emitting spurious SIGWICH's as well as aptitude failing.

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-04-09 Thread Launchpad Bug Tracker
This bug was fixed in the package aptitude - 0.4.11.11-1ubuntu10

---
aptitude (0.4.11.11-1ubuntu10) lucid; urgency=low

  * 13_screensize.dpatch:
- Fix to avoid overflowing the BlankLine buffer.  (LP: #515525)
 -- Anders KaseorgThu, 08 Apr 2010 00:28:08 -0400

** Changed in: aptitude (Ubuntu Lucid)
   Status: Triaged => Fix Released

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-04-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/aptitude

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-04-07 Thread Anders Kaseorg
This debdiff replaces 13_screensize.dpatch with a correct patch.

** Attachment added: "aptitude_0.4.11.11-1ubuntu10.debdiff"
   http://launchpadlibrarian.net/43407717/aptitude_0.4.11.11-1ubuntu10.debdiff

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-04-07 Thread Anders Kaseorg
This was introduced by the patch from bug 391035 (13_screensize.dpatch).
That patch is wrong, not only because ScreenWidth should have been
ScreenWidth + 1, but also because ScreenWidth is a reference to an
integer that may be updated at any time by the SIGWINCH signal handler.

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-04-07 Thread HughDaniel
Right now I have this bug repeatable, so I am not making changes to my
system in case someone wants deeper debugging info, but I did trap it in
GDB and here are the results:

# gdb aptitude update
GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 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 "i486-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/bin/aptitude...Reading symbols from 
/usr/lib/debug/usr/bin/aptitude...done.
done.
/home/auser/update: No such file or directory.
(gdb) run update
Starting program: /usr/bin/aptitude update
[Thread debugging using libthread_db enabled]
[New Thread 0xb69fdb70 (LWP 12574)]
Hit http://security.ubuntu.com lucid-security Release.gpg
Ign http://security.ubuntu.com/ubuntu/ lucid-security/main Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ lucid-security/restricted 
Translation-en_US
Hit http://us.archive.ubuntu.com lucid Release.gpg
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/main Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ lucid-security/universe Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ lucid-security/multiverse 
Translation-en_US
Hit http://security.ubuntu.com lucid-security Release
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/restricted Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/universe Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/multiverse Translation-en_US
Hit http://us.archive.ubuntu.com lucid-updates Release.gpg
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/restricted 
Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/universe 
Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/multiverse 
Translation-en_US
Hit http://us.archive.ubuntu.com lucid Release
Hit http://us.archive.ubuntu.com lucid-updates Release  
Hit http://security.ubuntu.com lucid-security/main Packages 
Hit http://us.archive.ubuntu.com lucid/main Packages
Hit http://us.archive.ubuntu.com lucid/restricted Packages
Hit http://us.archive.ubuntu.com lucid/main Sources
Hit http://us.archive.ubuntu.com lucid/restricted Sources
Hit http://us.archive.ubuntu.com lucid/universe Packages
Hit http://security.ubuntu.com lucid-security/restricted Packages
Hit http://security.ubuntu.com lucid-security/main Sources
Hit http://security.ubuntu.com lucid-security/restricted Sources
Hit http://security.ubuntu.com lucid-security/universe Packages
Hit http://us.archive.ubuntu.com lucid/universe Sources
Hit http://us.archive.ubuntu.com lucid/multiverse Packages
Hit http://us.archive.ubuntu.com lucid/multiverse Sources
Hit http://us.archive.ubuntu.com lucid-updates/main Packages
Hit http://us.archive.ubuntu.com lucid-updates/restricted Packages
Hit http://us.archive.ubuntu.com lucid-updates/main Sources
Hit http://security.ubuntu.com lucid-security/universe Sources
Hit http://security.ubuntu.com lucid-security/multiverse Packages
Hit http://security.ubuntu.com lucid-security/multiverse Sources
Hit http://us.archive.ubuntu.com lucid-updates/restricted Sources
Hit http://us.archive.ubuntu.com lucid-updates/universe Packages
Hit http://us.archive.ubuntu.com lucid-updates/universe Sources
Hit http://us.archive.ubuntu.com lucid-updates/multiverse Packages
Hit http://us.archive.ubuntu.com lucid-updates/multiverse Sources
*** glibc detected *** /usr/bin/aptitude: double free or corruption (!prev): 
0x0841e218 ***
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6(+0x6b581)[0x691581]
/lib/tls/i686/cmov/libc.so.6(+0x6cdd8)[0x692dd8]
/lib/tls/i686/cmov/libc.so.6(cfree+0x6d)[0x695ebd]
/usr/lib/libstdc++.so.6(_ZdlPv+0x21)[0x5a6741]
/usr/lib/libstdc++.so.6(_ZdaPv+0x1d)[0x5a679d]
/usr/bin/aptitude[0x81693bf]
/usr/bin/aptitude[0x81872dd]
/usr/bin/aptitude[0x818490e]
/usr/bin/aptitude[0x81492a0]
/usr/bin/aptitude[0x8144ea1]
/usr/bin/aptitude[0x805efce]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0x63cbd6]
/usr/bin/aptitude[0x805c6a1]
=== Memory map: 
0011-0012b000 r-xp  08:01 2490371/lib/ld-2.11.1.so
0012b000-0012c000 r--p 0001a000 08:01 2490371/lib/ld-2.11.1.so
0012c000-0012d000 rw-p 0001b000 08:01 2490371/lib/ld-2.11.1.so
0012d000-0012e000 r-xp  00:00 0  [vdso]
0012e000-001f5000 r-xp  08:01 400287 
/usr/lib/libapt-pkg-libc6.10-6.so.4.8.0
001f5000-001f7000 r--p 000c7000 08:01 400287 
/usr/lib/libapt-pkg-libc6.10-6.so.4.8.0
001f7000-001f8000 rw-p 000c9000 08:01 400287 
/usr/lib/libapt-pkg-libc6.10-6.so.4.8.0
001f8000-00238000 r-xp  08:01 2490472/lib/libncursesw.so.5.7
00238000

[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-04-07 Thread Ronald Evers
Similar issues here: aptitude crashes sometimes. It just crashed on me
as I tried to 'sudo aptitude update'. But in my case, when I rerun 'sudo
aptitude update' it updates fine.

I have not been able to reproduce any aptitude crash, every time I rerun
the command, it works fine. Hope this is the same issue!

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-04-06 Thread Ulrik Mikaelsson
Great! I were about to ask you for a stacktrace or coredump, to verify
it's not an unrelated bug. :)

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-04-05 Thread yangxq
Sorry, I found my patched version was overwritten by original version
after upgrade. Ignore my last post.

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-04-02 Thread yangxq
core dump again.

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-04-01 Thread Brian Murray
** Tags added: patch

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-31 Thread yangxq
I applied the patch. No core dump till now.

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-31 Thread Ulrik Mikaelsson

** Patch added: "aptitude-fix-memory-corruption.patch"
   http://launchpadlibrarian.net/42660829/aptitude-fix-memory-corruption.patch

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-31 Thread Ulrik Mikaelsson
Spent some time with this, and found the cause. The error is a bit mis-
leading, it's not a double-free-problem. Rather, it's a problem with the
implementation failing to allocate space for null-termination when
allocating buffer for an empty screen-line, therefore the connection to
terminal size.

The allocation is most likely rounded up to even numbers, so for an odd
number, the null-character will be allocated anyways (or the glib
corruption-sensors only reacts on every odd byte).

In any case, here's a patch that solves it.

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-30 Thread Matthias
sorry, in Beta 1

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-30 Thread Matthias
still exists in Beta 2, but only when I run it using the Tilda terminal
emulator. In the Terminal app, it doesn't crash.

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-26 Thread Andreas Ntaflos
Can also confirm the problem still exists and that changing terminal
size "fixed" it.

I only used the commandline interface of aptitude, i.e. the non-ncurses
one. I am somewhat baffled, how can the terminal size crash a program?
Never heard of that before :)

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-26 Thread KB1JWQ
Can confirm it exists here.  Changing terminal size resolved it.

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-23 Thread Steve Langasek
** Changed in: aptitude (Ubuntu Lucid)
Milestone: ubuntu-10.04-beta-1 => ubuntu-10.04-beta-2

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-22 Thread Dennis Schridde
Issue still present in 10.04_beta2

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-22 Thread Oliver Herrmann
Thanks for the good Bugtrace here... saved me a lot of time searching
what i did wrong ;)

One big "hooo" to the Ubuntu Community!!!

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-22 Thread Alexander Fortin
I got this same error installing "pwgen" running aptitude install from console.
Lucid Beta1 fully updated on a Dell Mini9

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-20 Thread neu
jerrylamos: By using "-q" the progress bar doesn't show.  The progress
bar is probably what causes this problem, and it only crashes on certain
terminal sizes (as seen in #22 and #21).

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-20 Thread jerrylamos
Lucid Beta 1 linux 2.6.32-16 did manage to get thru aptitude with -q and
safe-upgrade.

Anyone have any idea how "-q" avoids a crash?

Jerry

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-20 Thread jerrylamos
Lucid Beta 1 linux 2.6.32-16 aptitude fails each and every time, crash
report, dump, you name it.  Thinkpad R31 with i830 intel graphics.  One
of the key execs which is failing has "nvidia" in it.  ??

Had alpha 3 installed, updated, got aptitude failure.

Fresh install of Lucid Beta 1 aptitude failure.  Real struggle to get
booted.

Let me try the -q

Jerry

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-17 Thread Mazy
confirm. odd terminal size  (100x40,120x40) causes crash. even (101x40,
120x40) - does not affects ..

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-15 Thread neu
I looked into a weird workaround from bug #191094 which works in this
case as well.

This bug is related to the current terminal size.

If I resize the terminal to 203x24, aptitude update works.  204x24 and
212x24 crashes. 200x24, 201x24, 202x24 and 205x24 works.

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-10 Thread Neil Perry
As in comment 15, running with flag "q" seems to fix the issue.

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-08 Thread vmc
Yes "-q" works. Hopefully we will be getting a real fix soon.

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-08 Thread Hacknslash
I also can confirm there is no crash with the -q flag, I have the
backtrace of the original error if required.

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-08 Thread Florian Klug
i can confirm this too, no crash with -q

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-07 Thread Steffen Barszus
i can confirm its not crashing with -q

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-06 Thread Roman Yepishev
Temporary workaround - start aptitude with -q flag that will disable the
progress meter and will allow it to work fine until the issue is fixed.

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-06 Thread Roman Yepishev
*** glibc detected *** /usr/bin/aptitude: double free or corruption
(!prev): 0x0852c6d0 ***

(gdb) bt
#0  0x00110832 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1  0x0064b601 in *__GI_raise (sig=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:64
#2  0x0064ea62 in *__GI_abort () at abort.c:92
#3  0x0068256d in __libc_message (do_abort=2, fmt=0x7518b8 "*** glibc detected 
*** %s: %s: 0x%s ***\n") at ../sysdeps/unix/sysv/linux/libc_fatal.c:189
#4  0x0068c611 in malloc_printerr (action=, str=0x6 
, ptr=0x852c6d0) at malloc.c:6264
#5  0x0068de68 in _int_free (av=, p=) 
at malloc.c:4792
#6  0x00690f2d in *__GI___libc_free (mem=0x852c6d0) at malloc.c:3738
#7  0x005a3731 in operator delete(void*) () from /usr/lib/libstdc++.so.6
#8  0x005a378d in operator delete[](void*) () from /usr/lib/libstdc++.so.6
#9  0x081693bf in ~AcqTextStatus (this=0x852c690, __in_chrg=) at acqprogress.cc:42
#10 0x081872dd in sigc::internal::signal_emit1::emit (this=0x852c5f0)
at /usr/include/sigc++-2.0/sigc++/signal.h:1010
#11 sigc::signal1::emit (this=0x852c5f0) 
at /usr/include/sigc++-2.0/sigc++/signal.h:2777
#12 sigc::signal1::operator() 
(this=0x852c5f0) at /usr/include/sigc++-2.0/sigc++/signal.h:2785
#13 download_signal_log::Complete (this=0x852c5f0) at download_signal_log.cc:133
#14 0x0818490e in download_update_manager::finish (this=0xb524, 
res=pkgAcquire::Continue, progress=...) at download_update_manager.cc:275
#15 0x081492a0 in cmdline_do_download (m=0xb524, verbose=0) at 
cmdline_util.cc:404
#16 0x08144ea1 in cmdline_update (argc=1, argv=0xb898, verbose=0) at 
cmdline_update.cc:54
#17 0x0805efce in main (argc=2, argv=0xb894) at main.cc:596

Complete output is attached.
It looks like something is wrong with command line progress meter (acqprogress) 
when its destructor is called.


** Attachment added: "rye-aptitude-segfault.txt"
   http://launchpadlibrarian.net/40366320/rye-aptitude-segfault.txt

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-06 Thread IKT
What's going on with this bug? It's actually quite a pain, is a
regression planned?

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-05 Thread vmc
Using this command:
"sudo aptitude update && sudo aptitude safe-upgrade"

Right after it completes the first part, it crashes.

apt-get completes without error.

Last part of message just before the crash:
Hit http://us.archive.ubuntu.com lucid-updates/multiverse Sources   
 
Fetched 11.1MB in 2min 3s (90.3kB/s)
 
*** glibc detected *** aptitude: double free or corruption (!prev): 0x09116d78 
***

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-03 Thread Brian Murray
** Tags added: bugpattern-written
** Tags removed: bugpattern-needed

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-01 Thread Ixzat
Got this error when running aptitude update. One source was really slow
or something and it just sat at recieving headers for awhile and the got
about the same error message.

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-02-28 Thread Apport retracing service
** Tags added: bugpattern-needed

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-02-27 Thread ec
experiencing same issue when running 'sudo aptitude update':

*** glibc detected *** aptitude: free(): invalid next size (fast): 
0x01c03280 ***
=== Backtrace: =
/lib/libc.so.6(+0x77406)[0x7f9ba2667406]
/lib/libc.so.6(cfree+0x73)[0x7f9ba266dc93]
aptitude[0x526aa9]
aptitude[0x5459ed]
aptitude[0x542fb7]
aptitude[0x506297]
aptitude[0x501f1d]
aptitude[0x41bb76]
/lib/libc.so.6(__libc_start_main+0xfd)[0x7f9ba260ec4d]
aptitude[0x419619]
=== Memory map: 
0040-00626000 r-xp  08:07 424680 
/usr/bin/aptitude
00825000-00826000 r--p 00225000 08:07 424680 
/usr/bin/aptitude
00826000-00828000 rw-p 00226000 08:07 424680 
/usr/bin/aptitude
00828000-0082c000 rw-p  00:00 0 
0189c000-01cb4000 rw-p  00:00 0  [heap]
7f9b9800-7f9b98021000 rw-p  00:00 0 
7f9b98021000-7f9b9c00 ---p  00:00 0 
7f9b9f684000-7f9b9f685000 rw-p  00:00 0 
7f9b9f685000-7f9b9f686000 ---p  00:00 0 
7f9b9f686000-7f9ba0b3c000 rw-p  00:00 0 
7f9ba0b3c000-7f9ba18c1000 rw-p  08:07 897700 
/var/cache/apt/pkgcache.bin
7f9ba18c1000-7f9ba18cd000 r-xp  08:07 498806 
/lib/libnss_files-2.11.1.so
7f9ba18cd000-7f9ba1acc000 ---p c000 08:07 498806 
/lib/libnss_files-2.11.1.so
7f9ba1acc000-7f9ba1acd000 r--p b000 08:07 498806 
/lib/libnss_files-2.11.1.so
7f9ba1acd000-7f9ba1ace000 rw-p c000 08:07 498806 
/lib/libnss_files-2.11.1.so
7f9ba1ace000-7f9ba1ad8000 r-xp  08:07 498808 
/lib/libnss_nis-2.11.1.so
7f9ba1ad8000-7f9ba1cd7000 ---p a000 08:07 498808 
/lib/libnss_nis-2.11.1.so
7f9ba1cd7000-7f9ba1cd8000 r--p 9000 08:07 498808 
/lib/libnss_nis-2.11.1.so
7f9ba1cd8000-7f9ba1cd9000 rw-p a000 08:07 498808 
/lib/libnss_nis-2.11.1.so
7f9ba1cd9000-7f9ba1cf r-xp  08:07 498801 
/lib/libnsl-2.11.1.so
7f9ba1cf-7f9ba1eef000 ---p 00017000 08:07 498801 
/lib/libnsl-2.11.1.so
7f9ba1eef000-7f9ba1ef r--p 00016000 08:07 498801 
/lib/libnsl-2.11.1.so
7f9ba1ef-7f9ba1ef1000 rw-p 00017000 08:07 498801 
/lib/libnsl-2.11.1.so
7f9ba1ef1000-7f9ba1ef3000 rw-p  00:00 0 
7f9ba1ef3000-7f9ba1efb000 r-xp  08:07 498802 
/lib/libnss_compat-2.11.1.so
7f9ba1efb000-7f9ba20fa000 ---p 8000 08:07 498802 
/lib/libnss_compat-2.11.1.so
7f9ba20fa000-7f9ba20fb000 r--p 7000 08:07 498802 
/lib/libnss_compat-2.11.1.so
7f9ba20fb000-7f9ba20fc000 rw-p 8000 08:07 498802 
/lib/libnss_compat-2.11.1.so
7f9ba20fc000-7f9ba21e9000 r--p  08:07 532868 
/usr/lib/locale/nl_NL.utf8/LC_COLLATE
7f9ba21e9000-7f9ba21eb000 r-xp  08:07 498798 
/lib/libdl-2.11.1.so
7f9ba21eb000-7f9ba23eb000 ---p 2000 08:07 498798 
/lib/libdl-2.11.1.so
7f9ba23eb000-7f9ba23ec000 r--p 2000 08:07 498798 
/lib/libdl-2.11.1.so
7f9ba23ec000-7f9ba23ed000 rw-p 3000 08:07 498798 
/lib/libdl-2.11.1.so
7f9ba23ed000-7f9ba23ef000 r-xp  08:07 498827 
/lib/libutil-2.11.1.so
7f9ba23ef000-7f9ba25ee000 ---p 2000 08:07 498827 
/lib/libutil-2.11.1.so
7f9ba25ee000-7f9ba25ef000 r--p 1000 08:07 498827 
/lib/libutil-2.11.1.so
7f9ba25ef000-7f9ba25f rw-p 2000 08:07 498827 
/lib/libutil-2.11.1.so
7f9ba25f-7f9ba2768000 r-xp  08:07 498661 
/lib/libc-2.11.1.so
7f9ba2768000-7f9ba2967000 ---p 00178000 08:07 498661 
/lib/libc-2.11.1.so
7f9ba2967000-7f9ba296b000 r--p 00177000 08:07 498661 
/lib/libc-2.11.1.so
7f9ba296b000-7f9ba296c000 rw-p 0017b000 08:07 498661 
/lib/libc-2.11.1.so
7f9ba296c000-7f9ba2971000 rw-p  00:00 0 
7f9ba2971000-7f9ba2987000 r-xp  08:07 498829 
/lib/libgcc_s.so.1
7f9ba2987000-7f9ba2b86000 ---p 00016000 08:07 498829 
/lib/libgcc_s.so.1
7f9ba2b86000-7f9ba2b87000 r--p 00015000 08:07 498829 
/lib/libgcc_s.so.1
7f9ba2b87000-7f9ba2b88000 rw-p 00016000 08:07 498829 
/lib/libgcc_s.so.1
7f9ba2b88000-7f9ba2c0a000 r-xp  08:07 498799 
/lib/libm-2.11.1.so
7f9ba2c0a000-7f9ba2e09000 ---p 00082000 08:07 498799 
/lib/libm-2.11.1.so
7f9ba2e09000-7f9ba2e0a000 r--p 00081000 08:07 498799 
/lib/libm-2.11.1.so
7f9ba2e0a000-7f9ba2e0b000 rw-p 00082000 08:07 498799 
/lib/libm-2.11.1.so
7f9ba2e0b000-7f9ba2f01000 r-xp  08:07 425509  

[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-02-25 Thread Michael Vogt
** Changed in: aptitude (Ubuntu)
Milestone: None => ubuntu-10.04-beta-1

** Also affects: aptitude (Ubuntu Lucid)
   Importance: Medium
   Status: Triaged

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-02-25 Thread Nizuri
Downgrading to 
http://launchpadlibrarian.net/37134135/aptitude_0.4.11.11-1ubuntu8_i386.deb 
fixed the issue for me.
(regression compared to -8 )
http://paste.ubuntu.com/383688/
Thanks to mvo_ and gronmefreak in the irc.

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-02-24 Thread haeckse
Since today I get this every single time I run "sudo aptitude get-
upgrade".

** Attachment added: "aptitude-lucid-crash.txt"
   http://launchpadlibrarian.net/39742766/aptitude-lucid-crash.txt

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-02-24 Thread haeckse
Since today I get this every single time I run "sudo aptitude get-
upgrade".

** Attachment added: "aptitude-lucid-crash.txt"
   http://launchpadlibrarian.net/39742762/aptitude-lucid-crash.txt

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-02-22 Thread MaxistXXL
I experienced this bug when I tried to install subversion.

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-02-21 Thread IKT
aptitude assert failure: *** glibc detected *** aptitude: double free or
corruption (!prev): 0x09a61510 ***

I'm experiencing a similar issue when doing 'aptitude update'.

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-02-19 Thread Daniel Hahler
** Changed in: aptitude (Ubuntu)
   Status: New => Triaged

** Visibility changed to: Public

-- 
aptitude assert failure: *** glibc detected *** aptitude: double free or 
corruption (!prev): 0x08f9d658 ***
https://bugs.launchpad.net/bugs/515525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs