Re: crash in libct build with -O2
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
2009/5/7 Jarek <[email protected]>: > Hello! > > I've build latest snapshot of freetds, configured with > --with-gnutls --enable-krb5 > and it crashes in ct_fetch. I've spend a lot of time debugging code, but > didn't find anything. After all I've configured freetds with CFLAGS=-O0 > (to make debugging easier), and all problems disappeard. > I'm using gcc 4.3.2 on debian lenny. But problem can be reproduced also > on sid with gcc 4.3.3. > Has someone meet simmilar problem ? > Which platform are you using? Have you tried with valgrind (if possible) ? Could you post a test program? freddy77