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/1039] New: Segfault in vfprintf with non-NULL file pointer


vfprintf fails with a segfault when called from 

fprintf(outfile, "#This file contains the original white noise matrix\n", 0,0)

The zeroes were added in the event that fprintf was looking for arguments.  GCC
is version 3.3.2

A backtrace indicates the problem is in vfprintf.

-- 
           Summary: Segfault in vfprintf with non-NULL file pointer
           Product: glibc
           Version: 2.2.5
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: imarcuso at mail dot rochester dot edu
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: linux - 2.6.0
  GCC host triplet: linux - 2.6.0
GCC target triplet: linux - 2.6.0


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

------- 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]