gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] test_http failure and memory errors in rtmp branch


From: strk
Subject: [Gnash-dev] test_http failure and memory errors in rtmp branch
Date: Fri, 12 Dec 2008 18:24:12 +0100

I'm getting a failure in testsuite/libnet.all/test_http
from the rtmp branch. But the result is unsable to I checked
with valgrind and found a few conditional jumps based
on uninitialized values, right before the failing test.

Can you reproduce Rob ? Can anyone else ?

        PASSED: HTTP::formatReferer()
==23867== Use of uninitialised value of size 8
==23867==    at 0x5AD7CE3: (within /lib/libc-2.8.90.so)
==23867==    by 0x5ADAF23: vfprintf (in /lib/libc-2.8.90.so)
==23867==    by 0x5B8DB8C: __vsprintf_chk (in /lib/libc-2.8.90.so)
==23867==    by 0x5B8DACF: __sprintf_chk (in /lib/libc-2.8.90.so)
==23867==    by 0x53029DE: 
gnash::HTTP::formatHeader(gnash::DiskStream::filetype_e, unsigned long, 
gnash::HTTP::http_status_e) (stdio2.h:35)
==23867==    by 0x405207: _ZL5testsv (test_http.cpp:292)
==23867==    by 0x405F74: main (test_http.cpp:81)
==23867==
==23867== Conditional jump or move depends on uninitialised value(s)
==23867==    at 0x5AD7CED: (within /lib/libc-2.8.90.so)
==23867==    by 0x5ADAF23: vfprintf (in /lib/libc-2.8.90.so)
==23867==    by 0x5B8DB8C: __vsprintf_chk (in /lib/libc-2.8.90.so)
==23867==    by 0x5B8DACF: __sprintf_chk (in /lib/libc-2.8.90.so)
==23867==    by 0x53029DE: 
gnash::HTTP::formatHeader(gnash::DiskStream::filetype_e, unsigned long, 
gnash::HTTP::http_status_e) (stdio2.h:35)
==23867==    by 0x405207: _ZL5testsv (test_http.cpp:292)
==23867==    by 0x405F74: main (test_http.cpp:81)
==23867==
==23867== Conditional jump or move depends on uninitialised value(s)
==23867==    at 0x5ADAFA4: vfprintf (in /lib/libc-2.8.90.so)
==23867==    by 0x5B8DB8C: __vsprintf_chk (in /lib/libc-2.8.90.so)
==23867==    by 0x5B8DACF: __sprintf_chk (in /lib/libc-2.8.90.so)
==23867==    by 0x53029DE: 
gnash::HTTP::formatHeader(gnash::DiskStream::filetype_e, unsigned long, 
gnash::HTTP::http_status_e) (stdio2.h:35)
==23867==    by 0x405207: _ZL5testsv (test_http.cpp:292)
==23867==    by 0x405F74: main (test_http.cpp:81)
==23867==
==23867== Conditional jump or move depends on uninitialised value(s)
==23867==    at 0x5ADB6F9: vfprintf (in /lib/libc-2.8.90.so)
==23867==    by 0x5B8DB8C: __vsprintf_chk (in /lib/libc-2.8.90.so)
==23867==    by 0x5B8DACF: __sprintf_chk (in /lib/libc-2.8.90.so)
==23867==    by 0x53029DE: 
gnash::HTTP::formatHeader(gnash::DiskStream::filetype_e, unsigned long, 
gnash::HTTP::http_status_e) (stdio2.h:35)
==23867==    by 0x405207: _ZL5testsv (test_http.cpp:292)
==23867==    by 0x405F74: main (test_http.cpp:81)
==23867==
==23867== Conditional jump or move depends on uninitialised value(s)
==23867==    at 0x5ADA1FD: vfprintf (in /lib/libc-2.8.90.so)
==23867==    by 0x5B8DB8C: __vsprintf_chk (in /lib/libc-2.8.90.so)
==23867==    by 0x5B8DACF: __sprintf_chk (in /lib/libc-2.8.90.so)
==23867==    by 0x53029DE: 
gnash::HTTP::formatHeader(gnash::DiskStream::filetype_e, unsigned long, 
gnash::HTTP::http_status_e) (stdio2.h:35)
==23867==    by 0x405207: _ZL5testsv (test_http.cpp:292)
==23867==    by 0x405F74: main (test_http.cpp:81)
        FAILED: HTTP::formatHeader(port)

--strk;

 GIS & Flash consultant/developer     ()   ASCII Ribbon Campaign
 http://foo.keybit.net/~strk          /\   Keep it simple! 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]