overrun

Buffer overrun in 1 line ! (uses the PCRE library)

Well, if someone can help that would be nice...cause I'm almost going nuts ! I only have 1 line of code, and this is : pcrecpp::RE re("abc"); inside a function OnBnClickedButtonGo(). And this function fails in the Release Mode ..! ..while it works OK in debug mode. (I use VS 8 on WinXP) The error message is : "A buffer overrun has oc...

C# Application crashes with Buffer Overrun in deployed (.exe) version, but not in Visual Studio

Hi, I have a c# Windows Forms application that runs perfectly from within Visual Studio, but crashes when its deployed and run from the .exe. It crashes with a Buffer Overrun error...and its pretty clear that this error is not being thrown from within my code. Instead, windows must be detecting some sort of buffer overrun and shuttin...

Stack buffer overrun (Windows, C++) : how can I detect the culprit?

Are there any tools/libraries on Windows that can help me tarck down the culprit? This is a fairly large codebase, with multiple threads. I code for Linux mostly; Windows is unfamiliar territory. Thanks for your input. ...