You are not logged in.

#1 2011-08-15 08:05:42

Raptorista
Member
From: Italy
Registered: 2011-08-01
Posts: 42

Qt Designer crashes on startup

Good morning everybody! smile
    I recently started studying Qt4 and PyQt4 GUI programming, and I found the application QtDesigner very useful in my experimenting.
Out-of-the-box [right after Arch's install] QtDesigner didn't work properly, for it sistematically segfaulted whenever I tried to save a GUI, but then I read that renaming the file /usr/lib/kde4/plugins/designer/kdewidgets.so could fix the problem, and that's what I did.

Afterwards, I've been able to use it with no issues, but now something happened and it's not working anymore: if I try to launch it in the terminal, I get a verbose output whose main line should be

*** glibc detected *** designer: double free or corruption (out): 0x0000000002360110 *** 

I'd report it completely if necessary.

Before it broke, here's all I did on my computer:

  • pacman -Syu

  • Installed Spyder, a Python IDE which contains a link to QtDesigner; I also successfully ran QtDesigner from inside Spyder

Maybe one of thse is the cause?
What could I do?

Thanks in advance for any help!

Offline

#2 2011-08-15 14:55:03

George
Member
Registered: 2011-05-11
Posts: 165

Re: Qt Designer crashes on startup

Are you using KDE? Have you tried renaming the kdewidgets.so file back to its original name, or has it reappeared due to a designer update?

Offline

#3 2011-08-15 15:40:12

Raptorista
Member
From: Italy
Registered: 2011-08-01
Posts: 42

Re: Qt Designer crashes on startup

Yes, I'm ok KDE.
I tried renaming back the kdewidgets.so file but now I get a segfault at launch.

Offline

#4 2011-08-15 15:55:20

George
Member
Registered: 2011-05-11
Posts: 165

Re: Qt Designer crashes on startup

Hmm, well I'm also using QtDesigner in kde without renaming the kdewidgets.so file and it works fine for me... are you using anything from [testing]?
Could you try running QtDesigner in gdb so you can get a backtrace when it segfauts.

Last edited by George (2011-08-15 15:55:51)

Offline

#5 2011-08-15 17:44:21

kachelaqa
Member
Registered: 2010-09-26
Posts: 216

Re: Qt Designer crashes on startup

Raptorista wrote:

Good morning everybody! smile
    I recently started studying Qt4 and PyQt4 GUI programming, and I found the application QtDesigner very useful in my experimenting.
Out-of-the-box [right after Arch's install] QtDesigner didn't work properly, for it sistematically segfaulted whenever I tried to save a GUI, but then I read that renaming the file /usr/lib/kde4/plugins/designer/kdewidgets.so could fix the problem, and that's what I did.

yes, that is an issue with the open/saveas dialog reported here: https://bugs.archlinux.org/task/24916

Afterwards, I've been able to use it with no issues, but now something happened and it's not working anymore: if I try to launch it in the terminal, I get a verbose output whose main line should be

*** glibc detected *** designer: double free or corruption (out): 0x0000000002360110 *** 

I'd report it completely if necessary.

Before it broke, here's all I did on my computer:

  • pacman -Syu

  • Installed Spyder, a Python IDE which contains a link to QtDesigner; I also successfully ran QtDesigner from inside Spyder

Maybe one of thse is the cause?
What could I do?

Thanks in advance for any help!

i use designer quite a lot, but i've never seen the problem you describe here.

it might be useful if you posted the full output you get after trying to launch designer in a terminal.

Offline

#6 2011-08-17 11:01:05

Raptorista
Member
From: Italy
Registered: 2011-08-01
Posts: 42

Re: Qt Designer crashes on startup

Sure! Here it is:

~]$ designer
Application asked to unregister timer 0xe000003 which is not registered in this thread. Fix application.
Application asked to unregister timer 0x12000002 which is not registered in this thread. Fix application.
*** glibc detected *** designer: double free or corruption (out): 0x000000000174ddf0 ***
======= Backtrace: =========
/lib/libc.so.6(+0x7366a)[0x7f966e47d66a]
/lib/libc.so.6(cfree+0x6c)[0x7f966e48154c]
/usr/lib/libQtCore.so.4(_ZN14QObjectPrivate14deleteChildrenEv+0x85)[0x7f966edf76b5]
/usr/lib/libQtGui.so.4(_ZN7QWidgetD1Ev+0x27a)[0x7f966f648ada]
/usr/lib/libqwt.so.6(_ZN7QwtPlotD0Ev+0x9)[0x7f965ed5db19]
/usr/lib/libQtDesigner.so.4(_ZN18qdesigner_internal14WidgetDataBase21defaultPropertyValuesERK7QString+0x143)[0x7f967059db23]
/usr/lib/libQtDesigner.so.4(_ZN18qdesigner_internal14WidgetDataBase25grabDefaultPropertyValuesEv+0x6e)[0x7f967059de8e]
designer[0x430270]
designer[0x4298c5]
designer[0x429e7a]
designer[0x4166c3]
/lib/libc.so.6(__libc_start_main+0xed)[0x7f966e42b17d]
designer[0x416781]
======= Memory map: ========
00400000-00469000 r-xp 00000000 08:05 548473                             /usr/bin/designer
00668000-0066b000 rw-p 00068000 08:05 548473                             /usr/bin/designer
00aec000-01781000 rw-p 00000000 00:00 0                                  [heap]
7f9648000000-7f9648021000 rw-p 00000000 00:00 0 
7f9648021000-7f964c000000 ---p 00000000 00:00 0 
7f964c48c000-7f964c48d000 ---p 00000000 00:00 0 
7f964c48d000-7f964cc8d000 rw-p 00000000 00:00 0 
7f964cc8d000-7f964cc8e000 ---p 00000000 00:00 0 
7f964cc8e000-7f964d48e000 rw-p 00000000 00:00 0 
7f964e3f3000-7f964e41a000 r-xp 00000000 08:05 1052630                    /usr/lib/qt/plugins/codecs/libqtwcodecs.so
7f964e41a000-7f964e619000 ---p 00027000 08:05 1052630                    /usr/lib/qt/plugins/codecs/libqtwcodecs.so
7f964e619000-7f964e61a000 rw-p 00026000 08:05 1052630                    /usr/lib/qt/plugins/codecs/libqtwcodecs.so
7f964e61a000-7f964e62d000 r-xp 00000000 08:05 1052629                    /usr/lib/qt/plugins/codecs/libqkrcodecs.so
7f964e62d000-7f964e82c000 ---p 00013000 08:05 1052629                    /usr/lib/qt/plugins/codecs/libqkrcodecs.so
7f964e82c000-7f964e82d000 rw-p 00012000 08:05 1052629                    /usr/lib/qt/plugins/codecs/libqkrcodecs.so
7f964e82d000-7f964e858000 r-xp 00000000 08:05 1052628                    /usr/lib/qt/plugins/codecs/libqjpcodecs.so
7f964e858000-7f964ea58000 ---p 0002b000 08:05 1052628                    /usr/lib/qt/plugins/codecs/libqjpcodecs.so
7f964ea58000-7f964ea5a000 rw-p 0002b000 08:05 1052628                    /usr/lib/qt/plugins/codecs/libqjpcodecs.so
7f964ea5a000-7f964ea7d000 r-xp 00000000 08:05 1052627                    /usr/lib/qt/plugins/codecs/libqcncodecs.so
7f964ea7d000-7f964ec7d000 ---p 00023000 08:05 1052627                    /usr/lib/qt/plugins/codecs/libqcncodecs.so
7f964ec7d000-7f964ec7e000 rw-p 00023000 08:05 1052627                    /usr/lib/qt/plugins/codecs/libqcncodecs.so
7f964ec7e000-7f964eca8000 r-xp 00000000 08:05 1052616                    /usr/lib/qt/plugins/bearer/libqnmbearer.so
7f964eca8000-7f964eea7000 ---p 0002a000 08:05 1052616                    /usr/lib/qt/plugins/bearer/libqnmbearer.so
7f964eea7000-7f964eea9000 rw-p 00029000 08:05 1052616                    /usr/lib/qt/plugins/bearer/libqnmbearer.so
7f964eea9000-7f964eeb5000 r-xp 00000000 08:05 1052614                    /usr/lib/qt/plugins/bearer/libqgenericbearer.so
7f964eeb5000-7f964f0b5000 ---p 0000c000 08:05 1052614                    /usr/lib/qt/plugins/bearer/libqgenericbearer.so
7f964f0b5000-7f964f0b6000 rw-p 0000c000 08:05 1052614                    /usr/lib/qt/plugins/bearer/libqgenericbearer.so
7f964f0b6000-7f964f0f2000 r-xp 00000000 08:05 1052615                    /usr/lib/qt/plugins/bearer/libqconnmanbearer.so
7f964f0f2000-7f964f2f1000 ---p 0003c000 08:05 1052615                    /usr/lib/qt/plugins/bearer/libqconnmanbearer.so
7f964f2f1000-7f964f2f3000 rw-p 0003b000 08:05 1052615                    /usr/lib/qt/plugins/bearer/libqconnmanbearer.so
7f964f2f3000-7f964f3fb000 rw-p 00000000 00:00 0 
7f964f3fb000-7f964f408000 r-xp 00000000 08:05 13692                      /usr/lib/gstreamer-0.10/libgstvideofilter.so
7f964f408000-7f964f607000 ---p 0000d000 08:05 13692                      /usr/lib/gstreamer-0.10/libgstvideofilter.so
7f964f607000-7f964f608000 rw-p 0000c000 08:05 13692                      /usr/lib/gstreamer-0.10/libgstvideofilter.so
7f964f608000-7f964f67a000 r-xp 00000000 08:05 550609                     /usr/lib/liborc-0.4.so.0.14.0
7f964f67a000-7f964f879000 ---p 00072000 08:05 550609                     /usr/lib/liborc-0.4.so.0.14.0
7f964f879000-7f964f87f000 rw-p 00071000 08:05 550609                     /usr/lib/liborc-0.4.so.0.14.0
7f964f87f000-7f964f896000 r-xp 00000000 08:05 14477                      /usr/lib/gstreamer-0.10/libgstvideoscale.so
7f964f896000-7f964fa96000 ---p 00017000 08:05 14477                      /usr/lib/gstreamer-0.10/libgstvideoscale.so
7f964fa96000-7f964fa98000 rw-p 00017000 08:05 14477                      /usr/lib/gstreamer-0.10/libgstvideoscale.so
7f964fa98000-7f964fae7000 r-xp 00000000 08:05 14466                      /usr/lib/gstreamer-0.10/libgstffmpegcolorspace.so
7f964fae7000-7f964fce7000 ---p 0004f000 08:05 14466                      /usr/lib/gstreamer-0.10/libgstffmpegcolorspace.so
7f964fce7000-7f964fcea000 rw-p 0004f000 08:05 14466                      /usr/lib/gstreamer-0.10/libgstffmpegcolorspace.so
7f964fcea000-7f964fd28000 r-xp 00000000 08:05 14325                      /usr/lib/gstreamer-0.10/libgstcoreelements.so
7f964fd28000-7f964ff27000 ---p 0003e000 08:05 14325                      /usr/lib/gstreamer-0.10/libgstcoreelements.so
7f964ff27000-7f964ff2a000 rw-p 0003d000 08:05 14325                      /usr/lib/gstreamer-0.10/libgstcoreelements.so
7f964ff2a000-7f964ff3a000 r-xp 00000000 08:05 14480                      /usr/lib/gstreamer-0.10/libgstxvimagesink.so
7f964ff3a000-7f965013a000 ---p 00010000 08:05 14480                      /usr/lib/gstreamer-0.10/libgstxvimagesink.so
7f965013a000-7f965013b000 rw-p 00010000 08:05 14480                      /usr/lib/gstreamer-0.10/libgstxvimagesink.so
7f965013b000-7f965015b000 r-xp 00000000 08:05 562282                     /usr/lib/libgstaudio-0.10.so.0.24.0
7f965015b000-7f965035a000 ---p 00020000 08:05 562282                     /usr/lib/libgstaudio-0.10.so.0.24.0
7f965035a000-7f965035c000 rw-p 0001f000 08:05 562282                     /usr/lib/libgstaudio-0.10.so.0.24.0
7f965035c000-7f9650371000 r-xp 00000000 08:05 13684                      /usr/lib/gstreamer-0.10/libgstalsa.so
7f9650371000-7f9650571000 ---p 00015000 08:05 13684                      /usr/lib/gstreamer-0.10/libgstalsa.so
7f9650571000-7f9650572000 rw-p 00015000 08:05 13684                      /usr/lib/gstreamer-0.10/libgstalsa.so
7f9650572000-7f9650594000 r-xp 00000000 08:05 560510                     /usr/lib/libv4lconvert.so.0
7f9650594000-7f9650794000 ---p 00022000 08:05 560510                     /usr/lib/libv4lconvert.so.0
7f9650794000-7f9650799000 rw-p 00022000 08:05 560510                     /usr/lib/libv4lconvert.so.0
7f9650799000-7f96507eb000 rw-p 00000000 00:00 0 
7f96507eb000-7f96507f4000 r-xp 00000000 08:05 131417                     /lib/libgudev-1.0.so.0.1.0
7f96507f4000-7f96509f3000 ---p 00009000 08:05 131417                     /lib/libgudev-1.0.so.0.1.0
7f96509f3000-7f96509f4000 rw-p 00008000 08:05 131417                     /lib/libgudev-1.0.so.0.1.0
7f96509f4000-7f96509fb000 r-xp 00000000 08:05 560505                     /usr/lib/libv4l2.so.0
7f96509fb000-7f9650bfa000 ---p 00007000 08:05 560505                     /usr/lib/libv4l2.so.0
7f9650bfa000-7f9650bff000 rw-p 00006000 08:05 560505                     /usr/lib/libv4l2.so.0
7f9650bff000-7f9650c03000 r-xp 00000000 08:05 547886                     /usr/lib/libXv.so.1.0.0
7f9650c03000-7f9650e03000 ---p 00004000 08:05 547886                     /usr/lib/libXv.so.1.0.0
7f9650e03000-7f9650e04000 rw-p 00004000 08:05 547886                     /usr/lib/libXv.so.1.0.0
7f9650e04000-7f9650e2a000 r-xp 00000000 08:05 550591                     /usr/lib/libgstcontroller-0.10.so.0.29.0
7f9650e2a000-7f965102a000 ---p 00026000 08:05 550591                     /usr/lib/libgstcontroller-0.10.so.0.29.0
7f965102a000-7f965102b000 rw-p 00026000 08:05 550591                     /usr/lib/libgstcontroller-0.10.so.0.29.0
7f965102b000-7f965104b000 r-xp 00000000 08:05 13740                      /usr/lib/gstreamer-0.10/libgstvideo4linux2.so
7f965104b000-7f965124a000 ---p 00020000 08:05 13740                      /usr/lib/gstreamer-0.10/libgstvideo4linux2.so
7f965124a000-7f965124c000 rw-p 0001f000 08:05 13740                      /usr/lib/gstreamer-0.10/libgstvideo4linux2.so
7f965124c000-7f9651258000 r-xp 00000000 08:05 131088                     /lib/libnss_files-2.14.so
7f9651258000-7f9651457000 ---p 0000c000 08:05 131088                     /lib/libnss_files-2.14.so
7f9651457000-7f9651458000 r--p 0000b000 08:05 131088                     /lib/libnss_files-2.14.so
7f9651458000-7f9651459000 rw-p 0000c000 08:05 131088                     /lib/libnss_files-2.14.so
7f965145e000-7f9651476000 rw-p 00000000 00:00 0 
7f9651476000-7f9651486000 rw-s 00000000 08:01 11934                      /home/massimiliano/orcexec.zyJQQ4 (deleted)
7f9651486000-7f965148f000 r--p 00000000 08:05 550545                     /usr/share/locale/it/LC_MESSAGES/gstreamer-0.10.mo
7f965148f000-7f9651499000 r-xp 00000000 08:05 584019                     /usr/lib/libdrm.so.2.4.0
7f9651499000-7f9651699000 ---p 0000a000 08:05 584019                     /usr/lib/libdrm.so.2.4.0
7f9651699000-7f965169a000 rw-p 0000a000 08:05 584019                     /usr/lib/libdrm.so.2.4.0
7f965169a000-7f96516ac000 r-xp 00000000 08:05 546113                     /usr/lib/libxcb-glx.so.0.0.0
7f96516ac000-7f96518ac000 ---p 00012000 08:05 546113                     /usr/lib/libxcb-glx.so.0.0.0
7f96518ac000-7f96518ae000 rw-p 00012000 08:05 546113                     /usr/lib/libxcb-glx.so.0.0.0
7f96518ae000-7f96518b3000 r-xp 00000000 08:05 547749                     /usr/lib/libXxf86vm.so.1.0.0
7f96518b3000-7f9651ab2000 ---p 00005000 08:05 547749                     /usr/lib/libXxf86vm.so.1.0.0
7f9651ab2000-7f9651ab3000 rw-p 00004000 08:05 547749                     /usr/lib/libXxf86vm.so.1.0.0
7f9651ab3000-7f9651ab5000 r-xp 00000000 08:05 547842                     /usr/lib/libXdamage.so.1.1.0
7f9651ab5000-7f9651cb4000 ---p 00002000 08:05 547842                     /usr/lib/libXdamage.so.1.1.0
7f9651cb4000-7f9651cb5000 rw-p 00001000 08:05 547842                     /usr/lib/libXdamage.so.1.1.0
7f9651cb5000-7f9651cd5000 r-xp 00000000 08:05 584036                     /usr/lib/libglapi.so.0.0.0
7f9651cd5000-7f9651ed4000 ---p 00020000 08:05 584036                     /usr/lib/libglapi.so.0.0.0
7f9651ed4000-7f9651ed7000 rw-p 0001f000 08:05 584036                     /usr/lib/libglapi.so.0.0.0
7f9651ed7000-7f9651ed9000 rw-p 00000000 00:00 0 
7f9651ed9000-7f9651edc000 r-xp 00000000 08:05 532579                     /usr/lib/libgmodule-2.0.so.0.2800.8
7f9651edc000-7f96520db000 ---p 00003000 08:05 532579                     /usr/lib/libgmodule-2.0.so.0.2800.8
7f96520db000-7f96520dc000 rw-p 00002000 08:05 532579                     /usr/lib/libgmodule-2.0.so.0.2800.8
7f96520dc000-7f9652135000 r-xp 00000000 08:05 584037                     /usr/lib/libGL.so.1.2
7f9652135000-7f9652334000 ---p 00059000 08:05 584037                     /usr/lib/libGL.so.1.2
7f9652334000-7f9652338000 rw-p 00058000 08:05 584037                     /usr/lib/libGL.so.1.2
7f9652338000-7f965241a000 r-xp 00000000 08:05 548427                     /usr/lib/libQtOpenGL.so.4.7.3
7f965241a000-7f9652619000 ---p 000e2000 08:05 548427                     /usr/lib/libQtOpenGL.so.4.7.3
7f9652619000-7f9652622000 rw-p 000e1000 08:05 548427                     /usr/lib/libQtOpenGL.so.4.7.3
7f9652622000-7f9652642000 r-xp 00000000 08:05 562291                     /usr/lib/libgstpbutils-0.10.so.0.24.0
7f9652642000-7f9652841000 ---p 00020000 08:05 562291                     /usr/lib/libgstpbutils-0.10.so.0.24.0
7f9652841000-7f9652844000 rw-p 0001f000 08:05 562291                     /usr/lib/libgstpbutils-0.10.so.0.24.0
7f9652844000-7f965284f000 r-xp 00000000 08:05 562290                     /usr/lib/libgstvideo-0.10.so.0.24.0
7f965284f000-7f9652a4f000 ---p 0000b000 08:05 562290                     /usr/lib/libgstvideo-0.10.so.0.24.0
7f9652a4f000-7f9652a50000 rw-p 0000b000 08:05 562290                     /usr/lib/libgstvideo-0.10.so.0.24.0
7f9652a50000-7f9652a60000 r-xp 00000000 08:05 562280                     /usr/lib/libgstinterfaces-0.10.so.0.24.0
7f9652a60000-7f9652c5f000 ---p 00010000 08:05 562280                     /usr/lib/libgstinterfaces-0.10.so.0.24.0
7f9652c5f000-7f9652c61000 rw-p 0000f000 08:05 562280                     /usr/lib/libgstinterfaces-0.10.so.0.24.0
7f9652c61000-7f9652cac000 r-xp 00000000 08:05 550590                     /usr/lib/libgstbase-0.10.so.0.29.0
7f9652cac000-7f9652eac000 ---p 0004b000 08:05 550590                     /usr/lib/libgstbase-0.10.so.0.29.0
7f9652eac000-7f9652ead000 rw-p 0004b000 08:05 550590                     /usr/lib/libgstbase-0.10.so.0.29.0
7f9652ead000-7f9652f8b000 r-xp 00000000 08:05 550589                     /usr/lib/libgstreamer-0.10.so.0.29.0
7f9652f8b000-7f965318b000 ---p 000de000 08:05 550589                     /usr/lib/libgstreamer-0.10.so.0.29.0
7f965318b000-7f9653191000 rw-p 000de000 08:05 550589                     /usr/lib/libgstreamer-0.10.so.0.29.0
7f9653191000-7f9653193000 rw-p 00000000 00:00 0 
7f9653193000-7f96531d5000 r-xp 00000000 08:05 14976                      /usr/lib/kde4/plugins/phonon_backend/phonon_gstreamer.so
7f96531d5000-7f96533d4000 ---p 00042000 08:05 14976                      /usr/lib/kde4/plugins/phonon_backend/phonon_gstreamer.so
7f96533d4000-7f96533d8000 rw-p 00041000 08:05 14976                      /usr/lib/kde4/plugins/phonon_backend/phonon_gstreamer.so
7f96533d8000-7f965359b000 r--s 00000000 08:05 393671                     /var/tmp/kdecache-massimiliano/ksycoca4
7f965359b000-7f9653685000 r-xp 00000000 08:05 548157                     /usr/lib/libasound.so.2.0.0
7f9653685000-7f9653884000 ---p 000ea000 08:05 548157                     /usr/lib/libasound.so.2.0.0
7f9653884000-7f965388c000 rw-p 000e9000 08:05 548157                     /usr/lib/libasound.so.2.0.0
7f965388c000-7f9653894000 rw-p 00000000 00:00 0 
7f9653894000-7f96538a4000 r-xs 00000000 08:01 11934                      /home/massimiliano/orcexec.zyJQQ4 (deleted)
7f96538a4000-7f96538b9000 r--p 00000000 08:05 532705                     /usr/share/locale/it/LC_MESSAGES/glib20.mo
7f96538b9000-7f96538c9000 r-xp 00000000 08:05 18555                      /usr/lib/kde4/plugins/phonon_platform/kde.so
7f96538c9000-7f9653ac9000 ---p 00010000 08:05 18555                      /usr/lib/kde4/plugins/phonon_platform/kde.so
7f9653ac9000-7f9653aca000 rw-p 00010000 08:05 18555                      /usr/lib/kde4/plugins/phonon_platform/kde.so
7f9653aca000-7f9653b7a000 r--p 00000000 08:05 31903                      /usr/share/fonts/TTF/DejaVuSans.ttf
7f9653b7a000-7f9653b7e000 r-xp 00000000 08:05 4605                       /usr/lib/kde4/plugins/imageformats/kimg_xview.so
7f9653b7e000-7f9653d7d000 ---p 00004000 08:05 4605                       /usr/lib/kde4/plugins/imageformats/kimg_xview.so
7f9653d7d000-7f9653d7e000 rw-p 00003000 08:05 4605                       /usr/lib/kde4/plugins/imageformats/kimg_xview.so
7f9653d7e000-7f9653d8d000 r-xp 00000000 08:05 4602                       /usr/lib/kde4/plugins/imageformats/kimg_xcf.so
7f9653d8d000-7f9653f8d000 ---p 0000f000 08:05 4602                       /usr/lib/kde4/plugins/imageformats/kimg_xcf.so
7f9653f8d000-7f9653f8e000 rw-p 0000f000 08:05 4602                       /usr/lib/kde4/plugins/imageformats/kimg_xcf.so
7f9653f8e000-7f9653f92000 rw-p 00000000 00:00 0 
7f9653f92000-7f9653f97000 r-xp 00000000 08:05 4599                       /usr/lib/kde4/plugins/imageformats/kimg_tga.so
7f9653f97000-7f9654196000 ---p 00005000 08:05 4599                       /usr/lib/kde4/plugins/imageformats/kimg_tga.so
7f9654196000-7f9654197000 rw-p 00004000 08:05 4599                       /usr/lib/kde4/plugins/imageformats/kimg_tga.so
7f9654197000-7f96541a0000 r-xp 00000000 08:05 4601                       /usr/lib/kde4/plugins/imageformats/kimg_rgb.so
7f96541a0000-7f96543a0000 ---p 00009000 08:05 4601                       /usr/lib/kde4/plugins/imageformats/kimg_rgb.so
7f96543a0000-7f96543a1000 rw-p 00009000 08:05 4601                       /usr/lib/kde4/plugins/imageformats/kimg_rgb.so
7f96543a1000-7f96543a6000 r-xp 00000000 08:05 4600                       /usr/lib/kde4/plugins/imageformats/kimg_ras.so
7f96543a6000-7f96545a5000 ---p 00005000 08:05 4600                       /usr/lib/kde4/plugins/imageformats/kimg_ras.so
7f96545a5000-7f96545a6000 rw-p 00004000 08:05 4600                       /usr/lib/kde4/plugins/imageformats/kimg_ras.so
7f96545a6000-7f96545aa000 r-xp 00000000 08:05 4604                       /usr/lib/kde4/plugins/imageformats/kimg_psd.so
7f96545aa000-7f96547aa000 ---p 00004000 08:05 4604                       /usr/lib/kde4/plugins/imageformats/kimg_psd.so
7f96547aa000-7f96547ab000 rw-p 00004000 08:05 4604                       /usr/lib/kde4/plugins/imageformats/kimg_psd.so
7f96547ab000-7f96547b0000 r-xp 00000000 08:05 4607                       /usr/lib/kde4/plugins/imageformats/kimg_pic.so
7f96547b0000-7f96549af000 ---p 00005000 08:05 4607                       /usr/lib/kde4/plugins/imageformats/kimg_pic.so
7f96549af000-7f96549b0000 rw-p 00004000 08:05 4607                       /usr/lib/kde4/plugins/imageformats/kimg_pic.so
7f96549b0000-7f96549b7000 r-xp 00000000 08:05 4598                       /usr/lib/kde4/plugins/imageformats/kimg_pcx.so
7f96549b7000-7f9654bb7000 ---p 00007000 08:05 4598                       /usr/lib/kde4/plugins/imageformats/kimg_pcx.so
7f9654bb7000-7f9654bb8000 rw-p 00007000 08:05 4598                       /usr/lib/kde4/plugins/imageformats/kimg_pcx.so
7f9654bb8000-7f9654c06000 r-xp 00000000 08:05 550220                     /usr/lib/libjasper.so.1.0.0
7f9654c06000-7f9654e06000 ---p 0004e000 08:05 550220                     /usr/lib/libjasper.so.1.0.0
7f9654e06000-7f9654e0a000 rw-p 0004e000 08:05 550220                     /usr/lib/libjasper.so.1.0.0
7f9654e0a000-7f9654e11000 rw-p 00000000 00:00 0 
7f9654e11000-7f9654e16000 r-xp 00000000 08:05 4596                       /usr/lib/kde4/plugins/imageformats/kimg_jp2.so
7f9654e16000-7f9655015000 ---p 00005000 08:05 4596                       /usr/lib/kde4/plugins/imageformats/kimg_jp2.so
7f9655015000-7f9655016000 rw-p 00004000 08:05 4596                       /usr/lib/kde4/plugins/imageformats/kimg_jp2.so
7f9655016000-7f965501b000 r-xp 00000000 08:05 550247                     /usr/lib/libIlmThread.so.6.0.0
7f965501b000-7f965521b000 ---p 00005000 08:05 550247                     /usr/lib/libIlmThread.so.6.0.0
7f965521b000-7f965521c000 rw-p 00005000 08:05 550247                     /usr/lib/libIlmThread.so.6.0.0
7f965521c000-7f9655221000 r-xp 00000000 08:05 550245                     /usr/lib/libImath.so.6.0.0
7f9655221000-7f9655420000 ---p 00005000 08:05 550245                     /usr/lib/libImath.so.6.0.0
7f9655420000-7f9655421000 rw-p 00004000 08:05 550245                     /usr/lib/libImath.so.6.0.0
7f9655421000-7f9655463000 r-xp 00000000 08:05 550241                     /usr/lib/libHalf.so.6.0.0
7f9655463000-7f9655662000 ---p 00042000 08:05 550241                     /usr/lib/libHalf.so.6.0.0
7f9655662000-7f9655663000 rw-p 00041000 08:05 550241                     /usr/lib/libHalf.so.6.0.0
7f9655663000-7f965567d000 r-xp 00000000 08:05 550243                     /usr/lib/libIex.so.6.0.0
7f965567d000-7f965587d000 ---p 0001a000 08:05 550243                     /usr/lib/libIex.so.6.0.0
7f965587d000-7f9655881000 rw-p 0001a000 08:05 550243                     /usr/lib/libIex.so.6.0.0
7f9655881000-7f9655943000 r-xp 00000000 08:05 550260                     /usr/lib/libIlmImf.so.6.0.0
7f9655943000-7f9655b42000 ---p 000c2000 08:05 550260                     /usr/lib/libIlmImf.so.6.0.0
7f9655b42000-7f9655b47000 rw-p 000c1000 08:05 550260                     /usr/lib/libIlmImf.so.6.0.0
7f9655b47000-7f9655b4c000 r-xp 00000000 08:05 4606                       /usr/lib/kde4/plugins/imageformats/kimg_exr.so
7f9655b4c000-7f9655d4c000 ---p 00005000 08:05 4606                       /usr/lib/kde4/plugins/imageformats/kimg_exr.so
7f9655d4c000-7f9655d4d000 rw-p 00005000 08:05 4606                       /usr/lib/kde4/plugins/imageformats/kimg_exr.so
7f9655d4d000-7f9655d55000 r-xp 00000000 08:05 4597                       /usr/lib/kde4/plugins/imageformats/kimg_eps.so
7f9655d55000-7f9655f54000 ---p 00008000 08:05 4597                       /usr/lib/kde4/plugins/imageformats/kimg_eps.so
7f9655f54000-7f9655f55000 rw-p 00007000 08:05 4597                       /usr/lib/kde4/plugins/imageformats/kimg_eps.so
7f9655f55000-7f9655f5c000 r-xp 00000000 08:05 4603                       /usr/lib/kde4/plugins/imageformats/kimg_dds.so
7f9655f5c000-7f965615b000 ---p 00007000 08:05 4603                       /usr/lib/kde4/plugins/imageformats/kimg_dds.so
7f965615b000-7f965615c000 rw-p 00006000 08:05 4603                       /usr/lib/kde4/plugins/imageformats/kimg_dds.so
7f965615c000-7f96561bd000 r-xp 00000000 08:05 548192                     /usr/lib/libtiff.so.3.9.5
7f96561bd000-7f96563bd000 ---p 00061000 08:05 548192                     /usr/lib/libtiff.so.3.9.5
7f96563bd000-7f96563c0000 rw-p 00061000 08:05 548192                     /usr/lib/libtiff.so.3.9.5
7f96563c0000-7f96563c7000 r-xp 00000000 08:05 1052625                    /usr/lib/qt/plugins/imageformats/libqtiff.so
7f96563c7000-7f96565c6000 ---p 00007000 08:05 1052625                    /usr/lib/qt/plugins/imageformats/libqtiff.so
7f96565c6000-7f96565c7000 rw-p 00006000 08:05 1052625                    /usr/lib/qt/plugins/imageformats/libqtiff.so
7f96565c7000-7f96565cc000 r-xp 00000000 08:05 1052624                    /usr/lib/qt/plugins/imageformats/libqsvg.so
7f96565cc000-7f96567cb000 ---p 00005000 08:05 1052624                    /usr/lib/qt/plugins/imageformats/libqsvg.so
7f96567cb000-7f96567cc000 rw-p 00004000 08:05 1052624                    /usr/lib/qt/plugins/imageformats/libqsvg.so
7f96567cc000-7f9656838000 r-xp 00000000 08:05 548314                     /usr/lib/libmng.so.1.0.0
7f9656838000-7f9656a37000 ---p 0006c000 08:05 548314                     /usr/lib/libmng.so.1.0.0
7f9656a37000-7f9656a3c000 rw-p 0006b000 08:05 548314                     /usr/lib/libmng.so.1.0.0
7f9656a3c000-7f9656a41000 r-xp 00000000 08:05 1052623                    /usr/lib/qt/plugins/imageformats/libqmng.so
7f9656a41000-7f9656c41000 ---p 00005000 08:05 1052623                    /usr/lib/qt/plugins/imageformats/libqmng.so
7f9656c41000-7f9656c42000 rw-p 00005000 08:05 1052623                    /usr/lib/qt/plugins/imageformats/libqmng.so
7f9656c42000-7f9656c7d000 r-xp 00000000 08:05 548178                     /usr/lib/libjpeg.so.8.0.2
7f9656c7d000-7f9656e7d000 ---p 0003b000 08:05 548178                     /usr/lib/libjpeg.so.8.0.2
7f9656e7d000-7f9656e7e000 rw-p 0003b000 08:05 548178                     /usr/lib/libjpeg.so.8.0.2
7f9656e7e000-7f9656e8e000 rw-p 00000000 00:00 0 
7f9656e8e000-7f9656e95000 r-xp 00000000 08:05 1052621                    /usr/lib/qt/plugins/imageformats/libqjpeg.so
7f9656e95000-7f9657094000 ---p 00007000 08:05 1052621                    /usr/lib/qt/plugins/imageformats/libqjpeg.so
7f9657094000-7f9657095000 rw-p 00006000 08:05 1052621                    /usr/lib/qt/plugins/imageformats/libqjpeg.so
7f9657095000-7f965709c000 r-xp 00000000 08:05 1052626                    /usr/lib/qt/plugins/imageformats/libqico.so
7f965709c000-7f965729b000 ---p 00007000 08:05 1052626                    /usr/lib/qt/plugins/imageformats/libqico.so
7f965729b000-7f965729c000 rw-p 00006000 08:05 1052626                    /usr/lib/qt/plugins/imageformats/libqico.so
7f965729c000-7f96572a2000 r-xp 00000000 08:05 1052622                    /usr/lib/qt/plugins/imageformats/libqgif.so
7f96572a2000-7f96574a2000 ---p 00006000 08:05 1052622                    /usr/lib/qt/plugins/imageformats/libqgif.so
7f96574a2000-7f96574a3000 rw-p 00006000 08:05 1052622                    /usr/lib/qt/plugins/imageformats/libqgif.so
7f96574a3000-7f9657eb3000 rw-s 00000000 08:05 397192                     /var/tmp/kdecache-massimiliano/icon-cache.kcache
7f9657eb3000-7f9657fb3000 rw-p 00000000 00:00 0 
7f9657fb3000-7f9657fb4000 ---p 00000000 00:00 0 
7f9657fb4000-7f96587b4000 rw-p 00000000 00:00 0 
7f96587b4000-7f96587d5000 r-xp 00000000 08:05 567554                     /usr/lib/liboktetacore.so.4.7.0
7f96587d5000-7f96589d4000 ---p 00021000 08:05 567554                     /usr/lib/liboktetacore.so.4.7.0
7f96589d4000-7f96589d6000 rw-p 00020000 08:05 567554                     /usr/lib/liboktetacore.so.4.7.0
7f96589d6000-7f9658a0b000 r-xp 00000000 08:05 567555                     /usr/lib/liboktetagui.so.4.7.0
7f9658a0b000-7f9658c0b000 ---p 00035000 08:05 567555                     /usr/lib/liboktetagui.so.4.7.0
7f9658c0b000-7f9658c0e000 rw-p 00035000 08:05 567555                     /usr/lib/liboktetagui.so.4.7.0
7f9658c0e000-7f9658c13000 r-xp 00000000 08:05 50495                      /usr/lib/kde4/plugins/designer/oktetadesignerplugin.so
7f9658c13000-7f9658e12000 ---p 00005000 08:05 50495                      /usr/lib/kde4/plugins/designer/oktetadesignerplugin.so
7f9658e12000-7f9658e13000 rw-p 00004000 08:05 50495                      /usr/lib/kde4/plugins/designer/oktetadesignerplugin.so
7f9658e13000-7f9658e27000 r-xp 00000000 08:05 559870                     /usr/lib/libprocesscore.so.4.7.0
7f9658e27000-7f9659027000 ---p 00014000 08:05 559870                     /usr/lib/libprocesscore.so.4.7.0
7f9659027000-7f9659028000 rw-p 00014000 08:05 559870                     /usr/lib/libprocesscore.so.4.7.0
7f9659028000-7f965906a000 r-xp 00000000 08:05 559871                     /usr/lib/libprocessui.so.4.7.0
7f965906a000-7f965926a000 ---p 00042000 08:05 559871                     /usr/lib/libprocessui.so.4.7.0
7f965926a000-7f965926d000 rw-p 00042000 08:05 559871                     /usr/lib/libprocessui.so.4.7.0
7f965926d000-7f9659272000 r-xp 00000000 08:05 43895                      /usr/lib/kde4/plugins/designer/ksysguardwidgets.so
7f9659272000-7f9659471000 ---p 00005000 08:05 43895                      /usr/lib/kde4/plugins/designer/ksysguardwidgets.so
7f9659471000-7f9659472000 rw-p 00004000 08:05 43895                      /usr/lib/kde4/plugins/designer/ksysguardwidgets.so
7f9659472000-7f9659478000 r-xp 00000000 08:05 559869                     /usr/lib/liblsofui.so.4.7.0
7f9659478000-7f9659677000 ---p 00006000 08:05 559869                     /usr/lib/liblsofui.so.4.7.0
7f9659677000-7f9659678000 rw-p 00005000 08:05 559869                     /usr/lib/liblsofui.so.4.7.0
7f9659678000-7f965967c000 r-xp 00000000 08:05 43894                      /usr/lib/kde4/plugins/designer/ksysguardlsofwidgets.so
7f965967c000-7f965987b000 ---p 00004000 08:05 43894                      /usr/lib/kde4/plugins/designer/ksysguardlsofwidgets.so
Annullato

["Annullato" is italian for "Aborted"]

Hope that helps smile

Offline

#7 2011-08-17 18:49:43

kachelaqa
Member
Registered: 2010-09-26
Posts: 216

Re: Qt Designer crashes on startup

@raptorista

if you haven't done so already, i would recommend that you made a bug report using the output you've just posted.

Offline

#8 2011-08-17 19:02:06

George
Member
Registered: 2011-05-11
Posts: 165

Re: Qt Designer crashes on startup

google turns up the suggestion to try using setting an env variable MALLOC_CHECK_=0 before running the program, it won't fix anything but may let you get on with using it.

Offline

#9 2011-08-17 21:32:31

Raptorista
Member
From: Italy
Registered: 2011-08-01
Posts: 42

Re: Qt Designer crashes on startup

@kachelaqa: I did it, here it is: https://bugs.archlinux.org/task/25629


It's the first time I make a bug report, so tell me if I missed anything.

Meanwhile I "workarounded" the problem: as suggested by George [which I thank]

export MALLOC_CHECK_=0

"fixes" it, in fact the following time I got

$ designer
Application asked to unregister timer 0xe000003 which is not registered in this thread. Fix application.
Application asked to unregister timer 0x12000002 which is not registered in this thread. Fix application.
designer: symbol lookup error: /usr/lib/qt/plugins/designer/libqwt_designer_plugin.so: undefined symbol: _ZN9QwtSliderC1EP7QWidgetN2Qt11OrientationENS_8ScalePosENS_7BGSTYLEE

but that was solved renaming file /usr/lib/qt/plugins/designer/libqwt_designer_plugin.so so that now it launches.

Last edited by Raptorista (2011-08-17 21:40:02)

Offline

Board footer

Powered by FluxBB