This is the mail archive of the glibc-bugs@sourceware.org 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/4328] struct stat is bogus when __USE_FILE_OFFSET64 is defined


------- Additional Comments From bazsi at balabit dot hu  2007-04-06 10:54 -------

Just for the curious, this is not a glibc bug.

gdb uses invalid offsets, probably because it sees two declarations of struct
stat, one is in syslog-ng, the other is a statically linked library (libnet).

The two differs, and I was unlucky. while gdb reports invalid values, the
program sees them perfectly.

I mark the bug VERIFIED.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4328

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