Bug 537866
| Summary: | [abrt] crash detected in java-1.6.0-openjdk-1:1.6.0.0-33.b16.fc12 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Morten Slott Hansen <slott.hansen> | ||||||
| Component: | eclipse-subclipse | Assignee: | Robert Marcano <robert> | ||||||
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 13 | CC: | akurtako, dbhole, jpechane, lkundrak, mjw, mjw, overholt, robert, rruss | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | abrt_hash:ad9e8ea18662650d40b0d6738304d3171bda5ffe | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2010-11-10 07:03:48 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
Morten Slott Hansen
2009-11-16 15:51:17 UTC
Created attachment 369724 [details]
File: backtrace
Created attachment 369725 [details]
File: cmdline
The problematic stack seems to be the following where for getting the svn credentials KWallet is used, which triggers some assertion check abort when it calls into gtk/X again:
Thread 1 (Thread 2294):
#0 0x00007f5681486605 in raise () from /lib64/libc.so.6
No symbol table info available.
#1 0x00007f5681487de5 in abort () from /lib64/libc.so.6
No symbol table info available.
#2 0x00007f568147f6f5 in __assert_fail () from /lib64/libc.so.6
No symbol table info available.
#3 0x00007f5649acc03d in ?? () from /usr/lib64/libX11.so.6
No symbol table info available.
#4 0x00007f5649acc877 in _XEventsQueued () from /usr/lib64/libX11.so.6
No symbol table info available.
#5 0x00007f5649ab512d in XPending () from /usr/lib64/libX11.so.6
No symbol table info available.
#6 0x00007f564b0628f9 in ?? () from /usr/lib64/libgdk-x11-2.0.so.0
No symbol table info available.
#7 0x00007f564b2fc12a in g_main_context_check () from /lib64/libglib-2.0.so.0
No symbol table info available.
#8 0x00007f564b2fc90d in ?? () from /lib64/libglib-2.0.so.0
No symbol table info available.
#9 0x00007f564b2fcd3a in g_main_context_iteration ()
from /lib64/libglib-2.0.so.0
No symbol table info available.
#10 0x00007f55f98a0ac6 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4
No symbol table info available.
#11 0x00007f55f9876212 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4
No symbol table info available.
#12 0x00007f55f98765ec in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4
No symbol table info available.
#13 0x00007f55f801834e in KWallet::Wallet::openWallet(QString const&, unsigned long, KWallet::Wallet::OpenType) () from /usr/lib64/libkdeui.so.5
No symbol table info available.
#14 0x00007f55f9b978c1 in svn_auth__ssl_client_cert_pw_file_first_creds_helper
() from /usr/lib64/libsvn_auth_kwallet-1.so.0
No symbol table info available.
#15 0x00007f55f9b97cc5 in ?? () from /usr/lib64/libsvn_auth_kwallet-1.so.0
No symbol table info available.
#16 0x00007f55fb1a81ae in svn_auth__simple_save_creds_helper ()
from /usr/lib64/libsvn_subr-1.so.0
No symbol table info available.
#17 0x00007f55f9b97980 in ?? () from /usr/lib64/libsvn_auth_kwallet-1.so.0
No symbol table info available.
#18 0x00007f55fb18c8e8 in svn_auth_save_credentials ()
from /usr/lib64/libsvn_subr-1.so.0
No symbol table info available.
#19 0x00007f55fcf57252 in svn_client__get_revision_number ()
from /usr/lib64/libsvn_client-1.so.0
No symbol table info available.
#20 0x00007f55fcf53f91 in svn_client__repos_locations ()
from /usr/lib64/libsvn_client-1.so.0
No symbol table info available.
#21 0x00007f55fcf54469 in svn_client__ra_session_from_path ()
from /usr/lib64/libsvn_client-1.so.0
No symbol table info available.
#22 0x00007f55fcf3f654 in svn_client_info2 ()
from /usr/lib64/libsvn_client-1.so.0
No symbol table info available.
#23 0x00007f5608a457e5 in SVNClient::info2(char const*, Revision&, Revision&, svn_depth_t, StringArray&, InfoCallback*) ()
from /usr/lib64/libsvnjavahl-1.so.0.0.0
No symbol table info available.
#24 0x00007f5608a4e622 in Java_org_tigris_subversion_javahl_SVNClient_info2 ()
from /usr/lib64/libsvnjavahl-1.so.0.0.0
No symbol table info available.
#25 0x00007f56787d9f50 in ?? ()
No symbol table info available.
#26 0x0000000000000000 in ?? ()
No symbol table info available.
I think this is an issue with gtk+/qt interaction. Reassigning to eclipse to figure out why/how this mismatch is happening.
This looks like a crash somewhere between Subclipse and svn-javahl. This bug appears to have been reported against 'rawhide' during the Fedora 13 development cycle. Changing version to '13'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Is this bug still reproducible? I have not seen it crash since - so I recon all is good :) |