I am compiling some fairly basic code that keeps crashing and generating a
core dump.  I'm trying a simple malloc, similar to:

char *ptr;
ptr = malloc(1);

for example.  I'm not used to using gdb yet ... can anyone explain why *all*
malloc (or calloc) calls might be crashing?  Is there a package I can Update
that will make sure my c libs are up-to-date, etc?

Thanks!
Ryan

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to