Bug 87881 - crash on startup, segmentation fault before any gui visible
Summary: crash on startup, segmentation fault before any gui visible
Status: RESOLVED DUPLICATE of bug 85889
Alias: None
Product: juk
Classification: Applications
Component: general (other bugs)
Version First Reported In: 2.1
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Scott Wheeler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-23 23:18 UTC by tor
Modified: 2004-10-29 17:12 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tor 2004-08-23 23:18:06 UTC
Version:           2.1 (using KDE KDE 3.3.0)
Installed from:    Compiled From Sources
Compiler:          g++ (GCC) 3.4.0 (Mandrake Linux 10.0 3.4.0-1mdk)  
OS:                Linux

I'm not able to tell what's wrong, please tell me if you want any more info.

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 1106193984 (LWP 14045)]
0xffffe410 in ?? ()
#0  0xffffe410 in ?? ()
#1  0xbfffedfc in ?? ()
#2  0x00000000 in ?? ()
#3  0x00000000 in ?? ()
#4  0x41b8cbe3 in __waitpid_nocancel () from /lib/tls/libpthread.so.0
#5  0x40f49417 in KCrash::defaultCrashHandler ()
   from /opt/kde/lib/libkdecore.so.4
#6  0x41d05718 in killpg () from /lib/tls/libc.so.6
#7  0x0809455a in std::list<TagLib::String, std::allocator<TagLib::String> >::insert ()
#8  0x080944e7 in std::list<TagLib::String, std::allocator<TagLib::String> >::_M_insert_dispatch<std::_List_iterator<TagLib::String, TagLib::String const&, TagLib::String const*> > ()
#9  0x08094436 in std::list<TagLib::String, std::allocator<TagLib::String> >::insert<std::_List_iterator<TagLib::String, TagLib::String const&, TagLib::String const*> > ()
#10 0x080941ff in std::list<TagLib::String, std::allocator<TagLib::String> >::list ()
#11 0x0809395e in TagLib::List<TagLib::String>::detach ()
#12 0x08093044 in TagLib::List<TagLib::String>::begin ()
#13 0x080ad575 in TagEditor::readConfig ()
#14 0x080ac0aa in TagEditor::TagEditor ()
#15 0x080a1259 in PlaylistSplitter::setupLayout ()
#16 0x080a0efd in PlaylistSplitter::PlaylistSplitter ()
#17 0x08081589 in JuK::setupLayout ()
#18 0x080813e2 in JuK::JuK ()
#19 0x0808703e in main ()
Comment 1 Michael Pyne 2004-08-24 01:57:54 UTC
Does this problem occur with an empty config?  Try moving $KDEHOME/share/config/jukrc to your home directory or something to clear out JuK's configuration file.

Note to self: This crash appears to be at tageditor.cpp:391
Comment 2 tor 2004-08-24 09:27:41 UTC
Yes, I forgot to mention that. I have an empty jukrc, and no other files with the name juk in it in $KDEHOME.
Comment 3 Scott Wheeler 2004-10-29 17:12:08 UTC
Just noticed that this is a dupe of 85889.  You can't upgrade the system compiler across binary incompatible versions (i.e. 3.3 -> 3.4) without recompiling your C++ libs.

*** This bug has been marked as a duplicate of 85889 ***