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 407601 - prefered applications crashes with invalidly large memory allocation
prefered applications crashes with invalidly large memory allocation
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: [obsolete] Preferred applications
2.17.x
Other Linux
: Normal critical
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-13 20:25 UTC by Sebastien Bacher
Modified: 2007-02-13 22:44 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Sebastien Bacher 2007-02-13 20:25:03 UTC
That bug has been opened on https://launchpad.net/ubuntu/+source/control-center/+bug/84715

"gnome-default-applications-properties crashes very often when using an user-defined browser.

This sequence reproduces it for me reliably:
- click on 'user defined'
- empty command field
- click on 'user defined' again

GLib-ERROR **: gmem.c:135: failed to allocate 18446744073699015073 bytes
aborting...
Aborted"
Comment 1 Jens Granseuer 2007-02-13 22:44:10 UTC
2007-02-13  Jens Granseuer  <jensgr@gmx.net>
        
        * gnome-da-capplet.c: (web_gconf_changed_cb): don't try to read into
        invalid territory when the user set a custom command without spaces.
        Closes bug #407601.