GNOME Bugzilla – Bug 163639
*** glibc detected *** free(): invalid pointer: 0xbfffd3d0 ***
Last modified: 2006-07-02 13:05:01 UTC
Steps to reproduce: 1. build gnome-network-1.99.2 2. run gnome-netinfo Stack trace: 3. I get: *** glibc detected *** free(): invalid pointer: 0xbfffd390 *** Program received signal SIGABRT, Aborted. in file: gnome-netinfo/info.c:info_get_interfaces () comment out line: items = g_list_append (items, iface); will stop crash. Other information: I think it can be a glib realted bug because I don't see a problem in sources with this list.
--- gnome-netinfo/info.c.orig 2005-01-11 12:08:47.303514088 +0100 +++ gnome-netinfo/info.c 2005-01-11 12:09:06.617577904 +0100 @@ -322,7 +322,7 @@ break; } } - g_free (ifr); +/* g_free (ifr); */ } GList *
Almost completely positively a gnome-netinfo bug ... (it might be corrupting memory elsewhere). GList is really heavily tested code.
MAy you try again using gnome-nettool? gnome-network is not being developed anymore and gnome-netinfo.c is info.c in gnome-nettool.
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!