Bug 268729 - Crash on startup
Summary: Crash on startup
Status: RESOLVED DUPLICATE of bug 246016
Alias: None
Product: kvpnc
Classification: Miscellaneous
Component: general (show other bugs)
Version: 0.9.6
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Christoph Thielecke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-17 10:20 UTC by timalkemade
Modified: 2011-03-17 14:00 UTC (History)
1 user (show)

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 timalkemade 2011-03-17 10:20:06 UTC
Application: kvpnc (0.9.6)
KDE Platform Version: 4.5.1 (KDE 4.5.1)
Qt Version: 4.7.0
Operating System: Linux 2.6.35-25-generic i686
Distribution: Ubuntu 10.10

-- Information about the crash:
I just started the application. It worked yesterday, and it may work after restart (not checked). 

P.s. It is probably related to the bugs that I selected. They are all seleced as duplicates of 246016 but that has a different backtrace, so I doubt that it is the same as 246016.

The crash can be reproduced every time.

-- Backtrace:
Application: KVpnc (kvpnc), signal: Aborted
[KCrash Handler]
#7  0x00192416 in __kernel_vsyscall ()
#8  0x06ac8941 in raise () from /lib/libc.so.6
#9  0x06acbe42 in abort () from /lib/libc.so.6
#10 0x00c3d055 in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/libstdc++.so.6
#11 0x00c3af35 in ?? () from /usr/lib/libstdc++.so.6
#12 0x00c3af72 in std::terminate() () from /usr/lib/libstdc++.so.6
#13 0x00c3b0e1 in __cxa_throw () from /usr/lib/libstdc++.so.6
#14 0x00c3b677 in operator new(unsigned int) () from /usr/lib/libstdc++.so.6
#15 0x00c3b74d in operator new[](unsigned int) () from /usr/lib/libstdc++.so.6
#16 0x015ab62a in QImageScale::qimageCalcXPoints (sw=32, dw=1952796200) at painting/qimagescale.cpp:189
#17 0x015ab8d7 in QImageScale::qimageCalcScaleInfo (img=..., sw=32, sh=32, dw=1952796200, dh=1952796200, aa=1 '\001') at painting/qimagescale.cpp:289
#18 0x015aba83 in qSmoothScaleImage (src=..., dw=1952796200, dh=1952796200) at painting/qimagescale.cpp:1009
#19 0x0145c193 in smoothScaled (source=<value optimized out>, w=1952796200, h=1952796200) at image/qimage.cpp:6251
#20 0x01460516 in QImage::transformed (this=0xbfd7aa6c, matrix=..., mode=Qt::SmoothTransformation) at image/qimage.cpp:6443
#21 0x01460962 in QImage::scaled (this=0xbfd7aa6c, s=..., aspectMode=Qt::IgnoreAspectRatio, mode=Qt::SmoothTransformation) at image/qimage.cpp:4319
#22 0x0101aedd in ?? () from /usr/lib/libkdeui.so.5
#23 0x0102204e in KIconLoader::loadIcon(QString const&, KIconLoader::Group, int, int, QStringList const&, QString*, bool) const () from /usr/lib/libkdeui.so.5
#24 0x08181dea in KVpnc::initAction (this=0x8fa35f8) at /build/buildd/kvpnc-0.9.6a/src/kvpnc.cpp:322
#25 0x0820455b in KVpnc::KVpnc (this=0x8fa35f8, parent=0xbfd7b158, __in_chrg=<value optimized out>, __vtt_parm=<value optimized out>) at /build/buildd/kvpnc-0.9.6a/src/kvpnc.cpp:112
#26 0x0824cc28 in main (argc=1, argv=0xbfd7b514) at /build/buildd/kvpnc-0.9.6a/src/main.cpp:121

This bug may be a duplicate of or related to bug 254904, bug 255060, bug 255146, bug 255534, bug 255685, bug 256613, bug 258757, bug 260950, bug 263043, bug 263940, bug 264206, bug 264303, bug 264525, bug 268443.

Possible duplicates by query: bug 268443, bug 267900, bug 265625, bug 264525, bug 264303.

Reported using DrKonqi
Comment 1 Christoph Feck 2011-03-17 14:00:29 UTC
It is indeed the same bug 246016. The backtrace is not different either. It crashes when calling QImageScale::qimageCalcXPoints (sw=32, dw=1952796200), i.e. it tries to create a 32 x 1952796200 pixel pixmap, which obviously fails.

Bug is fixed if you update either KVpnc or KDE.

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