Re: [OT] Why behaves my application different when run in gdb

2008-07-06 Thread cpghost
On Sun, 6 Jul 2008 18:36:26 +0200 Tobias Rehbein <[EMAIL PROTECTED]> wrote: > What me struck now is the fact that my code will crash (signal 11) > while processing a strcpy. When I run the same thing in gdb it won't > crash and whats even more important to me: It does what I wanted it > to do...

[OT] Why behaves my application different when run in gdb

2008-07-06 Thread Tobias Rehbein
Hi all. Sorry for asking off-topic questions but I started to dive into C programming. I know a couple of scripting languages quite well but wanted to learn something more low level. What me struck now is the fact that my code will crash (signal 11) while processing a strcpy. When I run the same