This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/1127] segment fault in malloc


------- Additional Comments From nicobzz at neuf dot fr  2005-07-26 18:17 -------
Hi ! I have make a program wich seems to cause a bug in malloc
I have written something like that:

printf("point1\n");
ptr=malloc(size);
printf("point2\n");

and the output is this:
point1
segment fault

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1127

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]