After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 163197 - Closing 'Create Launcher' window crashes the panel (with testcase)
Closing 'Create Launcher' window crashes the panel (with testcase)
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
2.9.x
Other Linux
: High major
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-07 04:16 UTC by Raj
Modified: 2005-01-10 08:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Raj 2005-01-07 04:16:11 UTC
- Right click on top panel and choose 'Add to panel'
- Drag 'Custom Application Launcher' and drop it on the top panel.
  The 'Create Launcher' window would be invoked.
- Do not fill anything. Just click on 'OK'
  An error message 'You have to specify a valid URL or command' is displayed.
- Do not close the error message. 
- Click on 'Cancel' in the 'Create Launcher' box.
- Click on 'Cancel' in the 'Add to Panel' box.
- Now click on 'OK' in the error dialog box.

Panel crashes.
Comment 1 Raj 2005-01-07 04:17:12 UTC
Backtrace was generated from '/opt/gnome2/bin/gnome-panel'

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 1089340192 (LWP 11902)]
0xffffe410 in ?? ()

Thread 1 (Thread 1089340192 (LWP 11902))

  • #0 ??
  • #1 ??
  • #2 ??
  • #3 ??
  • #4 __waitpid_nocancel
    from /lib/tls/libpthread.so.0
  • #5 libgnomeui_segv_handle
    at gnome-ui-init.c line 741

Comment 2 Vincent Noel 2005-01-07 19:40:27 UTC
Confirmed.
Comment 3 Vincent Untz 2005-01-10 08:13:36 UTC
2005-01-10  Vincent Untz  <vincent@vuntz.net>

        * launcher.c: (really_add_launcher): don't try to remove the busy
        cursor when an error dialog is closed, destroy the error dialog when
        the launcher editor dialog is closed
        Fix bug #163197