[Bug 20917] tests crash in init_format_filter_info() under valgrind

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Apr 1 23:07:22 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=20917

Austin English <austinenglish at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |UPSTREAM

--- Comment #3 from Austin English <austinenglish at gmail.com> 2012-04-01 23:07:22 CDT ---
No longer in 295.33 (current nvidia drivers).

There are two other warnings now:
==13781== Conditional jump or move depends on uninitialised value(s)
==13781==    at 0x61EB666: ??? (in /usr/lib/libnvidia-glcore.so.295.33)
==13781==  Uninitialised value was created by a stack allocation
==13781==    at 0x61EADC4: ??? (in /usr/lib/libnvidia-glcore.so.295.33)
==13781==
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   obj:/usr/lib/libnvidia-glcore.so.295.33
}

and

==13781== 120 bytes in 1 blocks are definitely lost in loss record 588 of 925
==13781==    at 0x4024F20: malloc (vg_replace_malloc.c:236)
==13781==    by 0x41F5B6D: getdelim (iogetdelim.c:68)
==13781==    by 0x6C792AA: ??? (in /dev/nvidia0)
==13781==    by 0x6C8276C: ??? (in /dev/nvidia0)
==13781==    by 0x6C710F3: ??? (in /dev/nvidia0)
==13781==    by 0x400DC0B: call_init (dl-init.c:70)
==13781==    by 0x400DD28: _dl_init (dl-init.c:134)
==13781==    by 0x4011DE8: dl_open_worker (dl-open.c:463)
==13781==    by 0x400D835: _dl_catch_error (dl-error.c:178)
==13781==    by 0x4011635: _dl_open (dl-open.c:554)
==13781==    by 0x42F2C0A: dlopen_doit (dlopen.c:67)
==13781==    by 0x400D835: _dl_catch_error (dl-error.c:178)
==13781==    by 0x42F309B: _dlerror_run (dlerror.c:164)
==13781==    by 0x42F2B40: dlopen@@GLIBC_2.1 (dlopen.c:88)
==13781==    by 0x4FE8DDD: ??? (in /usr/lib/libGL.so.295.33)
==13781==
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   fun:malloc
   fun:getdelim
   obj:/dev/nvidia0
   obj:/dev/nvidia0
   obj:/dev/nvidia0
   fun:call_init
   fun:_dl_init
   fun:dl_open_worker
   fun:_dl_catch_error
   fun:_dl_open
   fun:dlopen_doit
   fun:_dl_catch_error
   fun:_dlerror_run
   fun:dlopen@@GLIBC_2.1
   obj:/usr/lib/libGL.so.295.33
}

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list