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...
Show off your group to the world. Share a photo of your group with us.

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 513 - 542 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
513
Would anyone like to share your experience of using MPatrol on OS/390? I am debugging a memory issue and am considering using MPatrol, but would feel much...
chad_forte
Offline Send Email
Apr 8, 2002
7:39 pm
514
Build problem on x86 debian. Seems I have an m4 problem. Any ideas? bgreear@rack1-2:~/mpatrol/pkg/auto$ make cd . && aclocal aclocal: configure.in: 38: macro...
greearb
Offline Send Email
Apr 10, 2002
2:53 am
515
Under gcc version 2.95 this helps..... The STL library tends to use its own allocators instead of malloc/free whenever possible. This means millions of...
John Carter
john.carter@...
Send Email
Apr 10, 2002
3:28 am
516
Hi I now understood the strange problem that came up on linux. The thing was with some switches for my application On linux my program was linking the...
asifetv
Offline Send Email
Apr 11, 2002
6:45 am
517
... mpatrol is completely incompatible with ptmalloc (or any other malloc implementation for that matter). They both redefine malloc() and you can't have two...
Graeme Roy
graemeroy
Offline Send Email
Apr 11, 2002
8:39 am
518
I am getting a core dump before I even get to __mp_init on Tru64. I guess this is some sort of linking problem on my part but I am not sure what it is. Here...
Jesse Marlin
jlm@...
Send Email
Apr 11, 2002
9:02 pm
519
Hi, Downloaded mpatrol the other day, and after comparing it with electric fence and dmalloc, it looks like the better tool. However-- while initial inspection...
noswegwe
Offline Send Email
Apr 17, 2002
4:49 pm
520
Does anybody know how to use the mpatrol command to set the environment variable in the shell? I am using LINUX redhat 7.1 and I cant seem to set the...
cocoernie
Offline Send Email
Apr 18, 2002
7:23 am
521
Hi, ... You need to have GNU make installed on your system for that Makefile (it says it in the makefile itself). Apart from that, doing: cd build/unix make...
Graeme Roy
graemeroy
Offline Send Email
Apr 18, 2002
8:26 am
522
... The mpatrol command itself cannot set the environment variable in the current shell since environment variables can only be inherited by child processes,...
Graeme Roy
graemeroy
Offline Send Email
Apr 18, 2002
8:30 am
523
No matter what I try I am unable to build the mpatrol library from windows. I tries both NMAKE and GNU Make. I am using the lastest version of mpatrol from...
Robin Forster
robin.forster@...
Send Email
Apr 20, 2002
7:10 pm
524
I am having a slight problem linking mpatrol into my app. I get quite a few unresolved externals (as shown below) even though I have linked with imagehlp.lib...
Robin Forster
robin.forster@...
Send Email
Apr 21, 2002
2:51 am
525
I encounter errors when I include mpatrol.h in my other .cpp files other than main.cpp. I am using C++ in the KDE environment (LINUX redhat 7.1) The errors...
cocoernie
Offline Send Email
Apr 22, 2002
8:37 am
526
Are you doing 'nmake -f NMakefile'? I just tried using GNU make and it worked OK for me. What version are you using? I used 3.79. Graeme....
Graeme Roy
graemeroy
Offline Send Email
Apr 22, 2002
8:38 am
527
... Are you definitely linking with Microsoft's libc.lib or msvcrt.lib? These symbols live in these libraries. Graeme....
Graeme Roy
graemeroy
Offline Send Email
Apr 22, 2002
8:39 am
528
... Enable exception-handling or edit mpatrol.h to not use exceptions. Graeme....
Graeme Roy
graemeroy
Offline Send Email
Apr 22, 2002
8:41 am
529
It is a C++ project, using namespaces... could this cause any of these errors? ... From: "Graeme Roy" <graeme.roy@...> To: <mpatrol@yahoogroups.com> ...
Robin Forster
robin.forster@...
Send Email
Apr 22, 2002
2:54 pm
530
... Hopefully not. The namespace name would appear in the qualified name of the undefined symbol from the linker if that was the case. If you could let me...
Graeme Roy
graemeroy
Offline Send Email
Apr 22, 2002
2:59 pm
531
Strange... when I remove mpatrol completely it links with "_errno" without any problems. ... From: "Graeme Roy" <graeme.roy@...> To:...
Robin Forster
robin.forster@...
Send Email
Apr 22, 2002
3:02 pm
532
... Makefile (it ... if you ... you ... I guess I don't have a problem with installing GNU make if I can install it without having to install all of the GNU C ...
noswegwe
Offline Send Email
Apr 22, 2002
6:17 pm
533
I am using Visual Studio but I could send you the whole project if you like. There is alot of data (its about 40Mb) but I could just send the source code... it...
Robin Forster
robin.forster@...
Send Email
Apr 22, 2002
7:39 pm
534
... I have included f-exceptions to enable exception handling. then the following error occured during compilation: /usr/local/include/mpatrol.h: In function...
cocoernie
Offline Send Email
Apr 23, 2002
5:38 am
535
I tried to use the mprof command: mprof --addresses mpatrol.10165.log but the error returned was: mprof: Invalid file format may I know what format shd the...
cocoernie
Offline Send Email
Apr 23, 2002
7:03 am
536
... Profiling output files are produced with the PROF option. You can't run mprof on an mpatrol log file. Graeme....
Graeme Roy
graemeroy
Offline Send Email
Apr 23, 2002
8:40 am
537
... I'm afraid I have no idea. The only reason I can think of is that you are not calling the operator new and delete that are defined in mpatrol.h. Why don't...
Graeme Roy
graemeroy
Offline Send Email
Apr 23, 2002
8:44 am
538
... No, it's OK. All I wanted to see was the link line and what libraries were being linked in. Graeme....
Graeme Roy
graemeroy
Offline Send Email
Apr 23, 2002
8:52 am
539
Hi, I'm new to mpatrol, and am having some difficulty getting it to build on a Unixware platform (using cc or gcc). I note from previous posts that some...
stu_fulcher
Offline Send Email
Apr 23, 2002
3:23 pm
540
Hello, I'm new to mpatrol. I just downloaded and installed it on a RedHat 6.1 Linux without too much difficulties (I didn't have libtool installed, and the...
yves_forget
Offline Send Email
Apr 25, 2002
8:18 pm
541
... Other people have mentioned this problem as well, but I don't quite understand enough about the inner workings of libtool to figure out how to fix it. ... ...
Graeme Roy
graemeroy
Offline Send Email
Apr 26, 2002
8:53 am
542
Hi! :) Just wanna thank you for helping me with my questions. You were a great help. thanks alot, Shirley :)...
cocoernie
Offline Send Email
Apr 27, 2002
1:19 am
Messages 513 - 542 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