This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgomp/26651] [gomp] #omp for ordered leaks memory



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-03-15 15:59 -------
Confirmed:
==25829== 68 bytes in 1 blocks are definitely lost in loss record 1 of 1
==25829==    at 0x11B1E1FD: calloc (vg_replace_malloc.c:279)
==25829==    by 0x11C232E0: gomp_malloc_cleared (alloc.c:48)
==25829==    by 0x11C2524F: gomp_new_work_share (work.c:48)
==25829==    by 0x11C254E0: gomp_work_share_start (work.c:130)
==25829==    by 0x11C24535: GOMP_loop_ordered_static_start (loop.c:154)
==25829==    by 0x4006DF: main.omp_fn.0 (in /home/pinskia/a.out)
==25829==    by 0x400699: main (in /home/pinskia/a.out)


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-03-15 15:59:22
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26651


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]