This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 236341 - GDB has unexpectedly stopped with return -1.073.741.515
Summary: GDB has unexpectedly stopped with return -1.073.741.515
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.4
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-24 23:34 UTC by Piturda
Modified: 2014-07-09 09:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Piturda 2013-09-24 23:34:10 UTC
Hi all.
First of all, I chose "Ant Debugger" as Component but I don't know if this is ok (sry). I just installing Netbeans & Cygwin as many other times but this time I can't debug my code. I created another simple code to see if the error was in my code but the debugger still throwing that error.
Also if I try "gdb --version" I just get another error that says something about a "cygexpat-1.dll" missing.
Could someone help me?

Thanks for reading =D

########################################

This is the GDBLog:

NB build: 201309162201

The application failed with exit code -1073741515 (0xc0000135). 
This could indicate that no required .dll was found in the PATH.
Comment 1 henk89 2014-07-08 10:01:15 UTC
Did you try executing "gdb --version" in a command line?
Comment 2 henk89 2014-07-09 09:39:36 UTC
It looks like you've installed Cygwin toolchain improperly.
Try executing "gdb --version" in a command line and provide me with the result.