[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: checker libs with debugging symbols



True. But I didn't say 'get rid of these symbols'. All I'd like to see
is the chance for me to install a version without symbols.

Michael
--
Dr. Michael Meskes, Projekt-Manager    | topsystem Systemhaus GmbH
meskes@topsystem.de                    | Europark A2, Adenauerstr. 20
meskes@debian.org                      | 52146 Wuerselen
Go SF49ers! Go Rhein Fire!             | Tel: (+49) 2405/4670-44
Use Debian GNU/Linux!                  | Fax: (+49) 2405/4670-10

>-----Original Message-----
>From:	Thomas Koenig [SMTP:ig25@mvmap66.ciw.uni-karlsruhe.de]
>Sent:	Friday, June 20, 1997 10:33 AM
>To:	debian-devel@lists.debian.org
>Cc:	Die Adresse des Empfängers ist unbekannt.
>Subject:	Re: checker libs with debugging symbols
>
>Michael Meskes wrote:
>
>>Sorry but I disagree here. For a user who only wants to debug his own
>>program debugging symbols in the libraries are not needed. 
>
>Let's take a look at the following program:
>
>#include <stdio.h>
>
>int main()
>{
>    char buffer[20];
>
>    gets(buffer);
>    printf("%s",buffer);
>    return 0;
>}
>
>If you feed it a line that's too long, the access violation will
>happen deep within the C library.  Without debugging symbols, it's
>hard to know wether this is a bug in the C library (and there
>could be quite a few :-) or your program.
>-- 
>Thomas Koenig, Thomas.Koenig@ciw.uni-karlsruhe.de, ig25@dkauni2.bitnet.
>The joy of engineering is to find a straight line on a double
>logarithmic diagram.
>
>
>--
>TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
>debian-devel-request@lists.debian.org . 
>Trouble?  e-mail to templin@bucknell.edu .
>


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org .
Trouble?  e-mail to templin@bucknell.edu .


Reply to: