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 144467 - Invalid read of size 1 reported by valgrind
Invalid read of size 1 reported by valgrind
Status: RESOLVED DUPLICATE of bug 144460
Product: gnome-panel
Classification: Other
Component: panel
2.6.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-06-16 11:44 UTC by Kjartan Maraas
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Kjartan Maraas 2004-06-16 11:44:23 UTC
==10332== Invalid read of size 1
==10332==    at 0x80A13E3: panel_profile_get_toplevel_by_id (in
/usr/bin/gnome-panel)
==10332==    by 0x8073BA2: (within /usr/bin/gnome-panel)
==10332==    by 0x8074222: drawer_load_from_gconf (in /usr/bin/gnome-panel)
==10332==    by 0x8071E3A: (within /usr/bin/gnome-panel)
==10332==    by 0x692412: (within /usr/lib/libglib-2.0.so.0.400.1)
==10332==    by 0x68F051: (within /usr/lib/libglib-2.0.so.0.400.1)
==10332==    by 0x690147: g_main_context_dispatch (in
/usr/lib/libglib-2.0.so.0.400.1)
==10332==    by 0x69047F: (within /usr/lib/libglib-2.0.so.0.400.1)
==10332==    by 0x690AC2: g_main_loop_run (in /usr/lib/libglib-2.0.so.0.400.1)
==10332==    by 0x977452: gtk_main (in /usr/lib/libgtk-x11-2.0.so.0.400.1)
==10332==    by 0x80627DF: main (in /usr/bin/gnome-panel)
==10332==  Address 0x3CD23730 is 0 bytes inside a block of size 1 free'd
==10332==    at 0x3C023B95: free (vg_replace_malloc.c:131)
==10332==    by 0x6958E3: g_free (in /usr/lib/libglib-2.0.so.0.400.1)
==10332==    by 0x80A4332: panel_profile_load_toplevel (in /usr/bin/gnome-panel)
==10332==    by 0x8074145: drawer_load_from_gconf (in /usr/bin/gnome-panel)
==10332==    by 0x8071E3A: (within /usr/bin/gnome-panel)
==10332==    by 0x692412: (within /usr/lib/libglib-2.0.so.0.400.1)
==10332==    by 0x68F051: (within /usr/lib/libglib-2.0.so.0.400.1)
==10332==    by 0x690147: g_main_context_dispatch (in
/usr/lib/libglib-2.0.so.0.400.1)
==10332==    by 0x69047F: (within /usr/lib/libglib-2.0.so.0.400.1)
==10332==    by 0x690AC2: g_main_loop_run (in /usr/lib/libglib-2.0.so.0.400.1)
==10332==    by 0x977452: gtk_main (in /usr/lib/libgtk-x11-2.0.so.0.400.1)
==10332==    by 0x80627DF: main (in /usr/bin/gnome-panel)
Comment 1 Kjartan Maraas 2004-06-16 11:46:29 UTC
Oops...

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