Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Debug Error: mi_cmd_stack_list_frames: No stack
Debug Error: mi_cmd_stack_list_frames: No stack [message #171462] Wed, 14 June 2006 19:43 Go to next message
Eclipse UserFriend
Originally posted by: eclipse.dharty.com

I'm trying to debug a process which I can run fine. I'm getting the
error shown in the Subject. To debug my inability to debug, I created a
simple hello world app and tried to debug it. It runs fine.

When I debug the executable (gnu on windows) I get a popoup saying that
"Execution is Susupended because of an Error" with the following Details:
"You can't do that without a process to debug."

The console outputs the following:

mi_cmd_stack_list_frames: No stack.
Warning: /src/java/CDTTest/.settings;C: No such file or directory.
Warning: /src/java/CDTTest;C: No such file or directory.
Warning: /c/src/java/CDTTest/C: No such file or directory.
You can't do that without a process to debug.


This is very similar to the output I get in my "real" application. I'm
not sure why all the file/directories are being post-fixed with "C:"

Any thoughts?

Thanks,
Re: Debug Error: mi_cmd_stack_list_frames: No stack [message #171466 is a reply to message #171462] Thu, 15 June 2006 02:59 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: grkoma.nospamgmail.com

David H wrote:
> I'm trying to debug a process which I can run fine. I'm getting the
> error shown in the Subject. To debug my inability to debug, I created a
> simple hello world app and tried to debug it. It runs fine.
>
> When I debug the executable (gnu on windows) I get a popoup saying that
> "Execution is Susupended because of an Error" with the following Details:
> "You can't do that without a process to debug."
>
> The console outputs the following:
>
> mi_cmd_stack_list_frames: No stack.

Hello,

I had similar problem before, application runs fine, but debugger
complains with the same error as you have. Solution was to delete
project files and recreate them again. I am not sure if there is some
other (better) solution, but this worked for me.

Marko
Re: Debug Error: mi_cmd_stack_list_frames: No stack [message #171476 is a reply to message #171466] Thu, 15 June 2006 13:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse.dharty.com

Well, I didn't think that would work, but I tried it anyway.

I had created a test project just to test the problem, and the new
project had the problem from the get go. I did as you suggested, but
when I recreated the project files, the error still occurs.

Thanks though.

Anyone else?


Marko Nikolic wrote:
> David H wrote:
>
>> I'm trying to debug a process which I can run fine. I'm getting the
>> error shown in the Subject. To debug my inability to debug, I created
>> a simple hello world app and tried to debug it. It runs fine.
>>
>> When I debug the executable (gnu on windows) I get a popoup saying
>> that "Execution is Susupended because of an Error" with the following
>> Details:
>> "You can't do that without a process to debug."
>>
>> The console outputs the following:
>>
>> mi_cmd_stack_list_frames: No stack.
>
>
> Hello,
>
> I had similar problem before, application runs fine, but debugger
> complains with the same error as you have. Solution was to delete
> project files and recreate them again. I am not sure if there is some
> other (better) solution, but this worked for me.
>
> Marko
Re: Debug Error: mi_cmd_stack_list_frames: No stack [message #171631 is a reply to message #171476] Mon, 19 June 2006 16:14 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse.dharty.com

Solution:

Add the cygwin path to the global windows environment, or set it in a
batch file which then launches eclipse eg:

set PATH=c:\usr\cygwin\bin;%PATH%
start C:\usr\eclipse-3.1.2\eclipse.exe


David H wrote:
> Well, I didn't think that would work, but I tried it anyway.
>
> I had created a test project just to test the problem, and the new
> project had the problem from the get go. I did as you suggested, but
> when I recreated the project files, the error still occurs.
>
> Thanks though.
>
> Anyone else?
>
>
> Marko Nikolic wrote:
>
>> David H wrote:
>>
>>> I'm trying to debug a process which I can run fine. I'm getting the
>>> error shown in the Subject. To debug my inability to debug, I
>>> created a simple hello world app and tried to debug it. It runs fine.
>>>
>>> When I debug the executable (gnu on windows) I get a popoup saying
>>> that "Execution is Susupended because of an Error" with the following
>>> Details:
>>> "You can't do that without a process to debug."
>>>
>>> The console outputs the following:
>>>
>>> mi_cmd_stack_list_frames: No stack.
>>
>>
>>
>> Hello,
>>
>> I had similar problem before, application runs fine, but debugger
>> complains with the same error as you have. Solution was to delete
>> project files and recreate them again. I am not sure if there is some
>> other (better) solution, but this worked for me.
>>
>> Marko
Previous Topic:Show QString in Debug
Next Topic:how do i configure an external library?
Goto Forum:
  


Current Time: Tue Jul 08 08:30:13 EDT 2025

Powered by FUDForum. Page generated in 0.03305 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top