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] New: segment fault in malloc


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

whereas the value of size is 2.
If you want i have the whole program in a gzip file mail me at nicobzz@neuf.fr
I dont arrive to reproduce the bug without the whole program,I dont
understand,the pb doesnt seems to come from my program.
thank for your help bye

-- 
           Summary: segment fault in malloc
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: nicobzz at neuf dot fr
                CC: glibc-bugs at sources dot redhat dot com


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]