I'm coding a webdav storage using Apache Slide. The implementation works ok with MS Office, but Ooo dies. I'm having trouble figuring out how to debug the problem.
Heres one try I made: strace /usr/lib/openoffice.org2.0/program/swriter.bin \ http://kurono:8080/slide/files/0/dav0/33/x.doc near the end of the strace I get: write(30, "OPTIONS /slide/files/0/dav0/5170"..., 153) = 153 select(31, [30], NULL, NULL, {120, 0}*** buffer overflow detected ***: strace terminated ======= Backtrace: ========= /lib/libc.so.6(__chk_fail+0x41)[0x58cc45] /lib/libc.so.6(__vsprintf_chk+0x0)[0x58c510] /lib/libc.so.6(_IO_default_xsputn+0x97)[0x50f858] /lib/libc.so.6(_IO_vfprintf+0xd92)[0x4ea894] /lib/libc.so.6(__vsprintf_chk+0xa1)[0x58c5b1] /lib/libc.so.6(__sprintf_chk+0x30)[0x58c504] strace[0x804f497] strace[0x804c879] strace[0x804ba80] /lib/libc.so.6(__libc_start_main+0xdf)[0x4c3d5f] strace[0x80495d1] which doesnt say much. Some hints how to debug this with gdb would be nice, but all hints apreciated. Regards, -- Joakim Verona --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
