Search the web
Sign In
New User? Sign Up
mpatrol · mpatrol library discussion group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 543 - 572 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
543
Hi, I have just started using mpatrol to debug some C++ code that uses the gcc and its native STL library on Red Hat Linux 7.2 and 6.x. The problems I'm having...
paulhusler
Offline Send Email
May 2, 2002
10:06 am
544
... Hi Paul, Other people have seen this before and I've meant to fix it before now, but not had time (assuming I know what's going on here ;-). The calls to ...
Graeme Roy
graemeroy
Offline Send Email
May 2, 2002
10:38 am
545 paulhusler
Offline Send Email
May 2, 2002
11:03 am
546
I'm having difficulty building a project that includes stl stuff. I have: #include <stdio.h> #include <stdlib.h> #include <string> #include <iostream> #include...
gehringjohn
Offline Send Email
May 6, 2002
11:27 pm
547
... You've got the libraries in the wrong place. That *might* just work if libmpatrol.so is used rather than libmpatrol.a, but that's more due to luck rather...
Graeme Roy
graemeroy
Offline Send Email
May 7, 2002
8:52 am
548
hi, i have built the mpatrol library by using the autoconf/automake type. My application uses pthread library. My program works fine without mpatrol linked to...
kkleokrish
Offline Send Email
May 15, 2002
4:16 pm
549
... There are two possibilities that I can think of. Either you're not linking with libmpatrolmt or your program really does corrupt free memory. When you say...
Graeme Roy
graemeroy
Offline Send Email
May 16, 2002
8:13 am
550
hi, first, Thank You very much for your immediate reply. It was very helpful. I was thinking that the mpatrol yahoo group is unattended for sometime. The...
natarajan krishnakumar
kkleokrish
Offline Send Email
May 18, 2002
1:21 pm
551
Hi, I tried to compile mpatrol ver-1.4.8 on Solaris 8 64 bit using Sun compiler "CC". I modified following variables in the makefile CC = CC OFLAGS = -O +d ...
csprakash
Offline Send Email
May 18, 2002
9:49 pm
552
... That looks like bad style, if not illegal code. More correct might be typedef void (*sa_handler_t)(int); s.sa_handler = (sa_handler_t) memoryhandler; ...
Dan Kegel
dankegel
Offline Send Email
May 18, 2002
10:24 pm
553
found the problem, I should use C compiler "cc" and not C++ "CC". I had to use following options in Makefile CC = cc OFLAGS = -O # 'OFLAGS = -O +d' created...
csprakash
Offline Send Email
May 20, 2002
8:24 pm
554
... Your program will still not be OK if it runs fine without mpatrol but corrupts memory. If you take it to another machine/operating system/processor...
Graeme Roy
graemeroy
Offline Send Email
May 22, 2002
10:24 am
555
Hi, I am writing a program that uses Python as embedded script-language. I want to use mpatrol for tracking memory leaks in my own code. How can I make sure...
Peter Andreasen
pandr@...
Send Email
May 28, 2002
9:15 pm
556
... I don't know if that's possible since the interpreter will use malloc/free for its own use and for the program it is running. If you can get the source...
Graeme Roy
graemeroy
Offline Send Email
May 29, 2002
8:43 am
557
Hello, Here is a log of a core dump inside mpatrol. Is there a known problem with global constructors in C++ ? (Needless to say, the program works when...
Yves Forget
yves_forget
Offline Send Email
May 30, 2002
4:14 am
558
Hello everyone, I installed mpatrol on RedHat 6.1 I tried to build mpatrol.so by myself, as mentioned in the manual : ld --shared -o libmpatrol.so...
Yves Forget
yves_forget
Offline Send Email
May 30, 2002
4:19 am
559
... Sometimes, yes. It depends what the constructor does. If it performs C++ formatted output then there can be some initialisation ordering problems, but...
Graeme Roy
graemeroy
Offline Send Email
May 30, 2002
7:07 am
560
... This isn't the way I meant you to do it. The --whole-archive method was for converting libiberty.a to libiberty.so. ... I'm not quite sure how the above...
Graeme Roy
graemeroy
Offline Send Email
May 30, 2002
7:16 am
561
... There's also a bug in gcc3.0.x that causes crashes in some constructors. See http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3145 There is a patch...
Dan Kegel
dankegel
Offline Send Email
May 30, 2002
12:54 pm
562
Hi, I'm still a bit overwhelmed by the extensive documentation for mpatrol, looks very impressive. The following is a bit long-winded, but I feel the need to...
harripasanen
Offline Send Email
May 31, 2002
4:21 pm
563
... I didn't actually put together the Mandrake RPM, but it's a known problem with all Linux builds. There must be libiberty.so on the system to work - just...
Graeme Roy
graemeroy
Offline Send Email
Jun 4, 2002
7:50 am
564
While debugging an application it locks up hard on me on Solaris 2.7. Calling a free or malloc from a signal handler on Solaris causes this behavior, but I am...
Jesse Marlin
jlm@...
Send Email
Jun 19, 2002
5:27 pm
565
I have been attempting to port mpatrol to PPC Linux and have observed some strange behavior in stack.c. When I run mpatrol without modification on a very...
juhika
Offline Send Email
Jun 19, 2002
5:32 pm
566
... Looks like the signal handler is calling memcpy (which is also overridden in mpatrol) and it's getting into a recursive mess. ... The signal checking was...
Graeme Roy
graemeroy
Offline Send Email
Jun 20, 2002
7:25 am
567
I'm trying to run the test1.c (fail test) that comes with the project. I've compiled the windows version with the nmake (visual studio 6.0) But when I try to...
Carlos Barcellos - eM...
cb3881
Offline Send Email
Jun 24, 2002
5:15 pm
568
Hi, Guys I am very new in mpatrol. Could you tell me how to install/use mpatrol into sun unix machine. I am currently using Solaris Version 7. Thank you very...
andrew95jane
Offline Send Email
Jun 24, 2002
8:34 pm
569
... You need to link with libc.lib, not libcd.lib since mpatrol conflicts with the debugging heap defined there. You also need to link with imagehlp.lib (or...
Graeme Roy
graemeroy
Offline Send Email
Jun 25, 2002
9:24 am
570
... To do this on SPARC Solaris, all you need to do is: cd mpatrol/pkg/pkg ./build and then use pkgadd as root to install the package that was created. See ...
Graeme Roy
graemeroy
Offline Send Email
Jun 25, 2002
9:33 am
571
Hi, Graeme Thank you for your information. When tring to build the mpatrol, I got the following error message: g++ -I../../src -I../../tools -O3...
TsuoJung Wang
andrew95jane
Offline Send Email
Jun 25, 2002
2:36 pm
572
You don't have lint on your system so edit the build script to prevent these files from being built and remove any references to them in the pkg* files in the...
Graeme Roy
graemeroy
Offline Send Email
Jun 25, 2002
2:58 pm
Messages 543 - 572 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help