[Pkg] [OpenIndiana Distribution - Bug #3874] Packagemanager core dumps with hipster
illumos project
devnull at illumos.org
Mon Oct 21 23:26:19 UTC 2013
Issue #3874 has been updated by Marcel Telka.
Alexander Pyhalov wrote:
> Isn't it aligned? 0xfffffe28 is just -472. Address at 472 bytes is 32-bit aligned. So, it's something else.
> And if it were not aligned, it would be SIGBUS, not SIGSEGV...
The misaligned address is 8043fd4, not 0xfffffe28 (which is misaligned too; it should be 16-byte/128-bit aligned). And I just tested that misaligned movdqa generates SIGSEGV, not SIGBUS.
----------------------------------------
Bug #3874: Packagemanager core dumps with hipster
https://www.illumos.org/issues/3874
Author: Gary Gendel
Status: New
Priority: Urgent
Assignee: OI PKG
Category: pkg (Image Packaging System)
Target version:
Difficulty: Medium
Tags: pkg
After an update from hipster, packagemanager core dumps. The trace-back is:
Core was generated by `/usr/bin/python2.6 /usr/bin/packagemanager'.
Program terminated with signal 11, Segmentation fault.
[New process 67755 ]
#0 0xfecfb660 in PyString_Format (format=0x84e14c0, args=0x80aeb3c)
at /data/jenkins/jobs/oi-userland/workspace/components/python/python26/Python-2.6.8/Objects/stringobject.c:5051
5051 /data/jenkins/jobs/oi-userland/workspace/components/python/python26/Python-2.6.8/Objects/stringobject.c: No such file or directory.
in /data/jenkins/jobs/oi-userland/workspace/components/python/python26/Python-2.6.8/Objects/stringobject.c
pkg works fine, so it seems to be something specific to the GUI wrapper. The left-hand pane is displayed but it crashes before populating the right-hand pane.
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account
More information about the Pkg-team
mailing list