casseopea2 / gperftools

Automatically exported from code.google.com/p/gperftools
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

binary not working if both HEAP_PROFILE_MMAP and HEAP_PROFILE_MMAP_LOG set to ttrue #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. set HEAP_PROFILE_MMAP_LOG to true
2. set HEAP_PROFILE_MMAP to true
3. run HEAPPROFILE=/user/kgx02018/temp/mem.hprof   a.out

What is the expected output? What do you see instead?
The binary never terminates. It is expected to terminate immediately. I
used a very small example program.

What version of the product are you using? On what operating system?
I am using 
Linux demuxetc 2.6.9-55.ELsmp #1 SMP Fri Apr 20 17:03:35 EDT 2007 i686 i686
i386 GNU/Linux
and using 0.91.1 (latest release).

Please provide any additional information below.

Original issue reported on code.google.com by klkvgu...@gmail.com on 11 Dec 2007 at 8:39

GoogleCodeExporter commented 9 years ago
see issue #13

Original comment by ytimen...@gmail.com on 11 Dec 2007 at 5:08

GoogleCodeExporter commented 9 years ago
In particular, let us know if the patch in issue 13 fixes your problem (I hope 
it does!)

Original comment by csilv...@gmail.com on 11 Dec 2007 at 11:16