Problem when executing FREEAMP

2000-02-23 Thread Ghislain Plante
HI! Thank you for your response to my problem with Visual C++ 6.0. I build FreeAmp. When executing it, i receive a window whith the message: Debug Assertion Failed! Program: c:\freeamp\base\win32\prj\freeamp.exe File: dbgheap.c Line: 1017 Expression: _BLOCK_TYPE_IS_VALID(pHeap->nBlockUse) Ho

Re: Problem when executing FREEAMP

2000-02-23 Thread Mark B. Elrod
you need to debug the app and look at where in the program the error is occuring. giving us a trace would help. elrod Ghislain Plante wrote: > HI! > > Thank you for your response to my problem with Visual C++ 6.0. > > I build FreeAmp. When executing it, i receive a window whith the > message: >

Using debugger under Linxu...

2000-02-23 Thread Prabhakaran Selvadurai
Hi There, I am not that experience in programming in linux environment so please pardon me with basic question. 1) What debugger is used by the freeamp developers (linux)?. 2) How to change the make file to be able to debug?. (The make file is too complicated for me to follow). thanks in advanc

RE: Using debugger under Linxu...

2000-02-23 Thread Isaac Richards
On 23-Feb-2000 Prabhakaran Selvadurai wrote: > Hi There, > I am not that experience in programming in > linux environment so please pardon me with basic question. > > 1) What debugger is used by the freeamp developers (linux)?. I use gdb. It works most of the time, but freeamp is complex enoug

RE: Using debugger under Linxu...

2000-02-23 Thread Paul Warren
On Wed, 23 Feb 2000, Isaac Richards wrote: > On 23-Feb-2000 Prabhakaran Selvadurai wrote: > > Hi There, > > I am not that experience in programming in > > linux environment so please pardon me with basic question. > > > > 1) What debugger is used by the freeamp developers (linux)?. > > I use gdb

RE: Using debugger under Linxu...

2000-02-23 Thread Lee Patterson
I had heard that gdb doesn't support multiple threads. Is this "sort of" true? It works more or less in other words. I'm also very green with Linux. Are there alternative debuggers (commercial &/or free) one can use? What's a good one? Lee ___ [EMAIL P

RE: Using debugger under Linxu...

2000-02-23 Thread Isaac Richards
Try the latest gdb from cvs (info on that at http://sourceware.cygnus.com/gdb/), and it should be better. Not perfect, but better. Isaac On 23-Feb-2000 Paul Warren wrote: >> I use gdb. It works most of the time, but freeamp is complex enough and has >> enough threads going on that gdb has an a

RE: Using debugger under Linxu...

2000-02-23 Thread Isaac Richards
On 23-Feb-2000 Lee Patterson wrote: > I had heard that gdb doesn't support multiple threads. Is this "sort of" > true? It works more or less in other words. Nope, it supports threaded programs.. Well, sorta. Different versions of gdb support different versions of glibc's threading model, but th