Test results for the library
libpopt
-
1.16
on
x86
Summary
Total tests
42
Passed / Failed tests
42 / 0
Warnings
1
Verdict
Test Passed
Warnings (1)
[+]
Received signal ABRT
(1 warning)
popt.h
,
libpopt.so.0.0.0
[+]
poptSaveString
(
char const***
argvp
,
unsigned int
argInfo
,
char const*
val
)
:
int
received signal ABRT (6)
*** glibc detected *** ./test: realloc(): invalid pointer: 0xbfcec1a4 ***
======= Backtrace: =========
/lib/libc.so.6[0xb762850b]
/lib/libc.so.6(realloc+0x306)[0xb762e326]
/lib/libc.so.6(realloc+0x320)[0xb762e340]
/home/andrey/upstream-tracker/testing/libpopt/1.16/lib/libpopt.so.0(poptSaveString+0x5d)[0xb774162d]
./test[0x80484e8]
/lib/libc.so.6(__libc_start_main+0xfe)[0xb75d1ace]
======= Memory map: ========
08048000-08049000 r-xp 00000000 08:02 2048802 /home/andrey/upstream-tracker/tests/libpopt/1.16/groups/popt/functions/poptSaveString/test
08049000-0804a000 r--p 00000000 08:02 2048802 /home/andrey/upstream-tracker/tests/libpopt/1.16/groups/popt/functions/poptSaveString/test
0804a000-0804b000 rw-p 00001000 08:02 2048802 /home/andrey/upstream-tracker/tests/libpopt/1.16/groups/popt/functions/poptSaveString/test
0804b000-0806c000 rw-p 00000000 00:00 0 [heap]
b759a000-b75b8000 r-xp 00000000 08:01 17033 /lib/libgcc_s.so.1
b75b8000-b75b9000 r--p 0001d000 08:01 17033 /lib/libgcc_s.so.1
b75b9000-b75ba000 rw-p 0001e000 08:01 17033 /lib/libgcc_s.so.1
b75ba000-b75bb000 rw-p 00000000 00:00 0
b75bb000-b7714000 r-xp 00000000 08:01 16655 /lib/libc-2.10.1. ...
1
2
3
4
5
6
#include <popt.h>
int
main(
int
argc
,
char
*
argv
[
]
)
{
poptSaveString
(&
argv
,
1
,
"val"
);
//target call
return
0
;
}
to the top
Generated on Wed May 12 10:48:15 2010 for
libpopt
by
API-Sanity-Autotest
1.9