Bug 549890
| Summary: | [abrt] crash in dp_gui::ExtMgrDialog::updateProgress | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | mdmpsyd <mdmpsyd> | ||||||
| Component: | openoffice.org | Assignee: | David Tardon <dtardon> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 12 | CC: | caolanm, dtardon | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i686 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | abrt_hash:d404d6df4806b0642a366112cf3bab5f13098e9a | ||||||||
| Fixed In Version: | 3.1.1-19.26.fc12 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2010-02-16 13:05:15 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
mdmpsyd@gmail.com
2009-12-22 22:22:59 UTC
Created attachment 379928 [details]
File: backtrace
This looks a low memory error thing in openjdk java. What were you doing at the time of the crash ? IIRC, Writer was trying to create a photogallery. So a low memory error would make sense. A photogallery ? Looking again at the stack I see that there seems to be some extensions getting installed as well. So can I get a list of what extensions are installed., i.e. the output of... unopkg list --shared && unopkg list Created attachment 380115 [details]
output of unopkg list --shared && unopkg list
I can not seem to find how I was creating a photogallery in writer so unless it was in one of the extensions I deactivated, I was probably using something else (which I assume would be a memory hog).
I was deactivating and updating extensions. Should I have done this in two steps?
The output you asked for is larger than the 65,000 or so max characters allowed so I've attached a text file: open office extensions.txt (at least I hope it got attached)
dtardon->caolanm: All the java-related stuff is just JVM reacting on the
SIGSEGV. The 'real' stack starts at frame 13:
#13 0x044f5af6 in acquire (this=0xba0)
at /usr/src/debug/OOO310_m19/solver/310/unxlngi6.pro/inc/osl/mutex.hxx:69
, which is evidently an invalid memory access. My guess is that there was a running update when the ext. manager was closed and the crash happened when the running update tried to access the ext. manager to update progress bar.
Yup, dp_gui::ProgressCmdEnv::m_pDialog is initialized to 0 in dp_gui::handleInteractionRequest() . Stupid... fix checked in, will be in >=3.1.1-19.25 openoffice.org-3.1.1-19.25.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/openoffice.org-3.1.1-19.25.fc12 openoffice.org-3.1.1-19.25.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update openoffice.org'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2010-1460 openoffice.org-3.1.1-19.26.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/openoffice.org-3.1.1-19.26.fc12 openoffice.org-3.1.1-19.26.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. |