Bug 101577 - akregator crashes on start launch with dotnet style
Summary: akregator crashes on start launch with dotnet style
Status: RESOLVED NOT A BUG
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-15 20:53 UTC by Leo Savernik
Modified: 2005-04-04 16:31 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leo Savernik 2005-03-15 20:53:58 UTC
Version:            (using KDE KDE 3.4.0)
Installed from:    Compiled From Sources
Compiler:          gcc 2.95.2 
OS:                Linux

When launching akregator, it crashes before displaying any window when using the dotnet style.

Here's a backtrace (I'm trying to get one with debug information, too):

[New Thread 1024 (LWP 20839)]
[KCrash handler]
#6  0x414f9fef in QTabBar::shape () from /usr/lib/qt3/lib/libqt-mt.so.3
#7  0x41c9838d in dotNETstyle::pixelMetric ()
   from /opt/kde3/lib/kde3/plugins/styles/dotnet.so
#8  0x41d53a99 in Akregator::TabWidget::tabBarWidthForMaxChars ()
   from /opt/kde3/lib/kde3/libakregatorpart.so
#9  0x41d53f8b in Akregator::TabWidget::setTitle ()
   from /opt/kde3/lib/kde3/libakregatorpart.so
#10 0x41d612a5 in Akregator::View::View ()
   from /opt/kde3/lib/kde3/libakregatorpart.so
#11 0x41d5b613 in Akregator::Part::Part ()
   from /opt/kde3/lib/kde3/libakregatorpart.so
#12 0x41d752a6 in KParts::GenericFactory<Akregator::Part>::createPartObject ()
   from /opt/kde3/lib/kde3/libakregatorpart.so
#13 0x409895ef in KParts::Factory::createPart ()
   from /opt/kde3/lib/libkparts.so.2
#14 0x40989723 in KParts::Factory::createObject ()
   from /opt/kde3/lib/libkparts.so.2
#15 0x4104db94 in KLibFactory::create () from /opt/kde3/lib/libkdecore.so.4
#16 0x80514ad in QDataStream::~QDataStream ()
#17 0x8050996 in QDataStream::~QDataStream ()
#18 0x41b01baf in __libc_start_main () from /lib/libc.so.6


Using another style, the crash goes away. However, akregator should not crash on certain styles nonetheless.
Comment 1 Frank Osterfeld 2005-03-17 22:35:45 UTC
I can't reproduce it here (using 3.4 branch)
Comment 2 Teemu Rytilahti 2005-03-19 19:03:14 UTC
Works fine here too, using HEAD
Comment 3 Teemu Rytilahti 2005-04-03 23:02:18 UTC
I don't think this is a bug in Akregator, but in dotnet or somewhere else. Does this still happen with KDE 3.4? If so, please reopen...
Comment 4 Leo Savernik 2005-04-04 16:31:08 UTC
It does *only* happen under KDE 3.4. I'll report back when I've got more useful info.