Bug 34956 - Embedded viewer won't "remove" / or crashes
Summary: Embedded viewer won't "remove" / or crashes
Status: RESOLVED DUPLICATE of bug 61023
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Mandrake RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 59976 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-11-16 00:33 UTC by George Staikos
Modified: 2003-07-10 07:57 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 George Staikos 2001-11-16 00:21:53 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           konqueror
Version:           unknown (using KDE 2.2.1 )
Severity:          normal
Installed from:    Mandrake Linux Vitamin
Compiler:          gcc version 2.96 20000731 (Mandrake Linux 8.1 2.96-0.62mdk)
OS:                Linux (i686) release 2.4.8-26mdk
OS/Compiler notes: 

I don't know where this bug really belongs so I'll file it here for now.

I have verified this on 2.1.x and 2.2.x.

Go to Konqueror in file manager mode get the context menu of for example a PDF file.  Choose "Edit File Type..." and go to the embedded section.  Try to remove an entry.  It disappears right?   Well save and close then go back and it's magically back again.  It would be quite nice to be able to eliminate this behaviour so that a user can always use an external PDF viewer.  (Acroread views many more files than the kpart does.)


(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 John Firebaugh 2003-07-07 06:58:08 UTC
Can't reproduce 
Comment 2 John Firebaugh 2003-07-07 07:34:13 UTC
*** Bug 59976 has been marked as a duplicate of this bug. ***
Comment 3 Marco Krohn 2003-07-07 10:47:26 UTC
cvs HEAD from yesterday evening (seems no files have changed since 
then) 
 
right click on .py file -> edit file type -> embedding -> use settings for 
"application' group (or "show file in embedded viewer") -> Add -> katepart 
 
results in a crash (see backtrace) 
 
(no debugging symbols found)...(no debugging symbols found)... 
(no debugging symbols found)...(no debugging symbols found)... 
(no debugging symbols found)...(no debugging symbols found)... 
(no debugging symbols found)...[New Thread 16384 (LWP 1003)] 
0x41309b89 in wait4 () from /lib/libc.so.6 
#0  0x41309b89 in wait4 () from /lib/libc.so.6 
#1  0x4137d000 in sys_sigabbrev () from /lib/libc.so.6 
#2  0x41137061 in waitpid () from /lib/libpthread.so.0 
#3  0x40691741 in KCrash::defaultCrashHandler(int) () 
   from /opt/kde-new/lib/libkdecore.so.4 
#4  0x412969d8 in sigaction () from /lib/libc.so.6 
#5  0x0805684b in KServiceListWidget::addService() () 
#6  0x080574e9 in KServiceListWidget::qt_invoke(int, QUObject*) () 
#7  0x40a2c979 in QObject::activate_signal(QConnectionList*, QUObject*) 
() 
   from /opt/qt3/src/lib/libqt-mt.so.3 
#8  0x40a2c779 in QObject::activate_signal(int) () 
   from /opt/qt3/src/lib/libqt-mt.so.3 
#9  0x40d43dd0 in QButton::clicked() () from /opt/qt3/src/lib/libqt-mt.so.3 
#10 0x40abb4a8 in QButton::mouseReleaseEvent(QMouseEvent*) () 
   from /opt/qt3/src/lib/libqt-mt.so.3 
#11 0x40a612c7 in QWidget::event(QEvent*) () 
   from /opt/qt3/src/lib/libqt-mt.so.3 
#12 0x409d1731 in QApplication::internalNotify(QObject*, QEvent*) () 
   from /opt/qt3/src/lib/libqt-mt.so.3 
#13 0x409d0ef1 in QApplication::notify(QObject*, QEvent*) () 
   from /opt/qt3/src/lib/libqt-mt.so.3 
#14 0x405fe334 in KApplication::notify(QObject*, QEvent*) () 
   from /opt/kde-new/lib/libkdecore.so.4 
#15 0x4096d43e in QETWidget::translateMouseEvent(_XEvent const*) () 
   from /opt/qt3/src/lib/libqt-mt.so.3 
#16 0x4096af7d in QApplication::x11ProcessEvent(_XEvent*) () 
   from /opt/qt3/src/lib/libqt-mt.so.3 
#17 0x40980443 in QEventLoop::processEvents(unsigned) () 
   from /opt/qt3/src/lib/libqt-mt.so.3 
#18 0x409e49e7 in QEventLoop::enterLoop() () 
   from /opt/qt3/src/lib/libqt-mt.so.3 
#19 0x409d19e0 in QApplication::enter_loop() () 
   from /opt/qt3/src/lib/libqt-mt.so.3 
#20 0x40ba7112 in QDialog::exec() () from /opt/qt3/src/lib/libqt-mt.so.3 
#21 0x080524fb in main () 
#22 0x41285a51 in __libc_start_main () from /lib/libc.so.6 
 
Comment 4 George Staikos 2003-07-08 20:49:58 UTC
Please recompile with debugging symbols and try to get another backtrace.  Thanks. 
Comment 5 John Firebaugh 2003-07-10 07:57:37 UTC
That's actually a completely different bug; filed as such. 

*** This bug has been marked as a duplicate of 61023 ***
Comment 6 Marco Krohn 2003-07-19 01:39:14 UTC
Subject: Re:  Embedded viewer won't "remove" / or crashes

> ------- Additional Comments From staikos@kde.org  2003-07-08 20:49 -------
> Please recompile with debugging symbols and try to get another backtrace. 

after recompiling everything and starting with a fresh $KDEHOME the problem is 
gone :-)