[Bug 812862] Re: aptd crashed with SIGSEGV in std::basic_stringchar, std::char_traitschar, std::allocatorchar ::compare() -- __strlen_sse42 () at ../sysdeps/x86_64/multiarch/strlen-sse4.S:32

2011-08-01 Thread Michael Vogt
It appears this is not quite fixed yet, I managed to get a backtrace now: (gdb) bt full #0 __strlen_sse2 () at ../sysdeps/x86_64/multiarch/../strlen.S:32 No locals. #1 0x7556ee21 in std::basic_stringchar, std::char_traitschar, std::allocatorchar ::compare(char const*) const () from

[Bug 812862] Re: aptd crashed with SIGSEGV in std::basic_stringchar, std::char_traitschar, std::allocatorchar ::compare() -- __strlen_sse42 () at ../sysdeps/x86_64/multiarch/strlen-sse4.S:32

2011-08-01 Thread Michael Vogt
In my testcase (with synaptic) it happens in for: (gdb) print PkgName $4 = {static npos = optimized out, _M_dataplus = {std::allocatorchar = {__gnu_cxx::new_allocatorchar = {No data fields}, No data fields}, _M_p = 0x16a02b8 gromit}} And the cache is remamped: ... Do we have write-access to

[Bug 812862] Re: aptd crashed with SIGSEGV in std::basic_stringchar, std::char_traitschar, std::allocatorchar ::compare() -- __strlen_sse42 () at ../sysdeps/x86_64/multiarch/strlen-sse4.S:32

2011-08-01 Thread Launchpad Bug Tracker
This bug was fixed in the package apt - 0.8.15.5ubuntu1 --- apt (0.8.15.5ubuntu1) oneiric; urgency=low * apt-pkg/pkgcachegen.{cc,h}: - fix crash when P.Arch() was used but the cache got remapped (LP: #812862) apt (0.8.15.5) unstable; urgency=low [ David Kalnischkies ]

[Bug 812862] Re: aptd crashed with SIGSEGV in std::basic_stringchar, std::char_traitschar, std::allocatorchar ::compare() -- __strlen_sse42 () at ../sysdeps/x86_64/multiarch/strlen-sse4.S:32

2011-07-29 Thread Jean-Baptiste Lallement
** Package changed: aptdaemon (Ubuntu) = apt (Ubuntu) ** Changed in: apt (Ubuntu) Importance: Medium = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/812862 Title: aptd crashed with SIGSEGV

[Bug 812862] Re: aptd crashed with SIGSEGV in std::basic_stringchar, std::char_traitschar, std::allocatorchar ::compare() -- __strlen_sse42 () at ../sysdeps/x86_64/multiarch/strlen-sse4.S:32

2011-07-29 Thread Michael Vogt
Thanks for your bugreport. Is this reproducable? I.e. does this happen everytime you run: $ sudo apt-get update If so could you please run the attached script??field.comment=Thanks for your bugreport. Is this reproducable? I.e. does this happen everytime you run: $ sudo apt-get update If so

[Bug 812862] Re: aptd crashed with SIGSEGV in std::basic_stringchar, std::char_traitschar, std::allocatorchar ::compare() -- __strlen_sse42 () at ../sysdeps/x86_64/multiarch/strlen-sse4.S:32

2011-07-29 Thread GodNobody
Hey, i tested the script and also did the sudo apt-get update everything is working fine...but the bug is never the less reproduceable... The bug seems to be related with ubuntu update-manager but not with apt itself... So open update-manger click on check and there it comesbut only if he

[Bug 812862] Re: aptd crashed with SIGSEGV in std::basic_stringchar, std::char_traitschar, std::allocatorchar ::compare() -- __strlen_sse42 () at ../sysdeps/x86_64/multiarch/strlen-sse4.S:32

2011-07-29 Thread Launchpad Bug Tracker
** Branch linked: lp:~mvo/apt/mvo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/812862 Title: aptd crashed with SIGSEGV in std::basic_stringchar, std::char_traitschar, std::allocatorchar

[Bug 812862] Re: aptd crashed with SIGSEGV in std::basic_stringchar, std::char_traitschar, std::allocatorchar ::compare() -- __strlen_sse42 () at ../sysdeps/x86_64/multiarch/strlen-sse4.S:32

2011-07-29 Thread Albert Damen
Michael, no, it does not crash every time, but it does happen frequently. I have run the script, see the attached output. The script completed without errors. ** Attachment added: lala output https://bugs.launchpad.net/ubuntu/+source/apt/+bug/812862/+attachment/2240730/+files/lala.out --

[Bug 812862] Re: aptd crashed with SIGSEGV in std::basic_stringchar, std::char_traitschar, std::allocatorchar ::compare() -- __strlen_sse42 () at ../sysdeps/x86_64/multiarch/strlen-sse4.S:32

2011-07-29 Thread Launchpad Bug Tracker
This bug was fixed in the package apt - 0.8.15.4ubuntu2 --- apt (0.8.15.4ubuntu2) oneiric; urgency=low * apt-pkg/contrib/fileutl.{cc,h}: - add GetModificationTime() helper * apt-pkg/pkgcachegen.cc: - regenerate the cache if the sources.list changes to ensure that

[Bug 812862] Re: aptd crashed with SIGSEGV in std::basic_stringchar, std::char_traitschar, std::allocatorchar ::compare() -- __strlen_sse42 () at ../sysdeps/x86_64/multiarch/strlen-sse4.S:32

2011-07-20 Thread Steve Langasek
Note that the multiarch in the backtrace / bug description is unrelated to the multiarch library implementation in Ubuntu; this refers only to the glibc-internal support for providing multiple optimized implementations of functions. This could still be related to multiarch, but there's