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 526619 - make test-report crash
make test-report crash
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2008-04-07 01:08 UTC by Hiroyuki Ikezoe
Modified: 2008-04-08 02:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
a patch (916 bytes, patch)
2008-04-07 01:10 UTC, Hiroyuki Ikezoe
committed Details | Review

Description Hiroyuki Ikezoe 2008-04-07 01:08:19 UTC
TEST: scannerapi... (pid=10073)
*** glibc detected *** /home/zoe/svn/glib/glib/.libs/lt-gtester: free(): invalid next size (fast): 0x0804d490 ***
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6[0x4018da85]
/lib/tls/i686/cmov/libc.so.6(cfree+0x90)[0x401914f0]
/home/zoe/svn/glib/glib/.libs/libglib-2.0.so.0(g_free+0x31)[0x4005e651]
/home/zoe/svn/glib/glib/.libs/lt-gtester[0x8049e40]
/home/zoe/svn/glib/glib/.libs/lt-gtester[0x804a518]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0)[0x40138450]
/home/zoe/svn/glib/glib/.libs/lt-gtester[0x80493e1]
======= Memory map: ========
08048000-0804c000 r-xp 00000000 08:01 2966511    /home/zoe/svn/glib/glib/.libs/lt-gtester
0804c000-0804d000 rw-p 00003000 08:01 2966511    /home/zoe/svn/glib/glib/.libs/lt-gtester
0804d000-0806e000 rw-p 0804d000 00:00 0          [heap]
40000000-4001a000 r-xp 00000000 08:01 5148425    /lib/ld-2.7.so
4001a000-4001c000 rw-p 00019000 08:01 5148425    /lib/ld-2.7.so
4001c000-4001d000 r-xp 4001c000 00:00 0          [vdso]
4001d000-4001f000 rw-p 4001d000 00:00 0 
4001f000-400eb000 r-xp 00000000 08:01 2966423    /home/zoe/svn/glib/glib/.libs/libglib-2.0.so.0.1700.0
400eb000-400ec000 rw-p 000cc000 08:01 2966423    /home/zoe/svn/glib/glib/.libs/libglib-2.0.so.0.1700.0
400ec000-400f3000 r--s 00000000 08:01 7063550    /usr/lib/gconv/gconv-modules.cache
400f3000-400f4000 rw-p 400f3000 00:00 0 
400f4000-400fe000 r-xp 00000000 08:01 5144612    /lib/libgcc_s.so.1
400fe000-400ff000 rw-p 0000a000 08:01 5144612    /lib/libgcc_s.so.1
40108000-4011f000 r-xp 00000000 08:01 5144619    /lib/libselinux.so.1
4011f000-40121000 rw-p 00016000 08:01 5144619    /lib/libselinux.so.1
40121000-40122000 rw-p 40121000 00:00 0 
40122000-4026b000 r-xp 00000000 08:01 5177399    /lib/tls/i686/cmov/libc-2.7.so
4026b000-4026c000 r--p 00149000 08:01 5177399    /lib/tls/i686/cmov/libc-2.7.so
4026c000-4026e000 rw-p 0014a000 08:01 5177399    /lib/tls/i686/cmov/libc-2.7.so
4026e000-40271000 rw-p 4026e000 00:00 0 
40271000-40273000 r-xp 00000000 08:01 5177402    /lib/tls/i686/cmov/libdl-2.7.so
40273000-40275000 rw-p 00001000 08:01 5177402    /lib/tls/i686/cmov/libdl-2.7.so
40275000-40276000 rw-p 40275000 00:00 0 
40300000-40321000 rw-p 40300000 00:00 0 
40321000-40400000 ---p 40321000 00:00 0 
bfb95000-bfbaa000 rw-p bffeb000 00:00 0          [stack]
/bin/bash: line 11: 10052 Aborted                 ../glib/gtester --verbose $test_options -o test-report.xml scannerapi testglib testingbase64
Comment 1 Hiroyuki Ikezoe 2008-04-07 01:10:16 UTC
Created attachment 108746 [details] [review]
a patch
Comment 2 Matthias Clasen 2008-04-08 02:22:51 UTC
        Bug 526619 – make test-report crash

        * glib/gtester.c: Allocate enough space for argv. Patch by
         Hiroyuki Ikezoe