Hezi Sasson | 12 Feb 2008 09:08
Picon

RE: SIGSEGV with b main

please remove me from the publishing list

מאת: gdb-bounces+hezi=netwise.co.il <at> gnu.org בשם jhh
נשלח: ב 2/11/2008 10:50 PM
אל: gdb <at> gnu.org
נושא: SIGSEGV with b main

gdb-request <at> gnu.org wrote:
> (gdb) b main
> Breakpoint 1 at 0x401050: file
> Program received signal SIGSEGV, Segmentation fault.
>
>  
  Sometimes gdb behaves better for me if I am more specific.  Try
putting the break at line 15, in the body of your program, ie, b
main:15.  This way all the stack adjustments are assured of being finished.








************************************************************************************
This footnote confirms that this email message has been scanned by
PineApp Mail-SeCure for the presence of malicious code, vandals & computer viruses.
************************************************************************************







************************************************************************************
This footnote confirms that this email message has been scanned by
PineApp Mail-SeCure for the presence of malicious code, vandals & computer viruses.
************************************************************************************


Matthew Woehlke | 12 Feb 2008 15:54
Picon
Gravatar

Re: SIGSEGV with b main

Hezi Sasson wrote:
> please remove me from the publishing list

How to unsubscribe from a mailing list, for dummies.

1. Do not e-mail the list asking to be unsubscribed. Unless the list
owner is feeling nice, this usually does not work. Plus it is bad
netiquette, annoys people, and shows your ignorance for all the world to
see (and in a place that is usually archived).

1a. For pity's sake, DON'T do the above by replying to some random 
message, and especially don't CC the poster of said random message.

2. Visit the list maintenance URL for instructions (some also provide
the interface to unsubscribe you).

2a. If you don't know said URL, go to http://<domain>, where <domain> is
the domain of the list address (e.g. kde.org), or some logical
permutation thereof and look for 'lists' or 'mailing lists'.

3. Use those instructions to unsubscribe yourself.

4. If that fails, contact the list owner directly stating that you are
having problems with the automated list maintenance functions. Telling
him/her *exactly* what you did, and how it doesn't seem to be working is
a Really Good Idea. Otherwise he/she will tell you to go do steps 2-3.

5. If 2-4 fail, then AND ONLY THEN should you post to the list directly.
As in step 4, explaining exactly what you've tried is a Really Good
Idea. Otherwise you look like an idiot and get responses like this one. 
  :-)

6. See http://permalink.gmane.org/gmane.comp.gdb.general/609 for an 
excellent example of step 5.

(Ignacio: If you're still getting this, I apologize that I can't help 
you, but *THANK YOU* for that excellent example of "the right way". It 
was wonderfully refreshing, especially coming right after the message 
that earned this reply.)

--

-- 
Matthew
"Adriaan has bin AWOL"
"s/bin/been/g... I spend way too much time with computers."
   -- Stefan Teleman (on IRC)

jhh | 11 Feb 2008 21:50

SIGSEGV with b main

gdb-request <at> gnu.org wrote:
> (gdb) b main
> Breakpoint 1 at 0x401050: file 
> Program received signal SIGSEGV, Segmentation fault.
>
>   
  Sometimes gdb behaves better for me if I am more specific.  Try 
putting the break at line 15, in the body of your program, ie, b 
main:15.  This way all the stack adjustments are assured of being finished.


Gmane