Bug#344481: Mysterious crash in php4-rrdtool

2006-01-04 Thread Artur R. Czechowski
On Thu, Dec 22, 2005 at 10:21:52PM -0800, Steve Langasek wrote: I'd rather see some analysis to show where the bug actually belongs instead of guessing and reassigning. Well, some analysis you asked for. I use glibc-2.3.5-11 with libc6-dbg installed. export LD_LIBRARY_PATH=/usr/lib/debug gdb

Bug#344481: Mysterious crash in php4-rrdtool

2005-12-24 Thread Artur R. Czechowski
On Thu, Dec 22, 2005 at 10:21:52PM -0800, Steve Langasek wrote: Break on rrd_graph_options, step into getopt_long, run bt to see what lib it says it's in. Well, I should tell it earlier. It looks like getopt_long comes from glibc, backtrace follows. Breakpoint 1, 0xb7d085b6 in getopt_long ()

Bug#344481: Mysterious crash in php4-rrdtool

2005-12-22 Thread Artur R. Czechowski
On Thu, Dec 22, 2005 at 04:45:25PM -0800, Steve Langasek wrote: On Fri, Dec 23, 2005 at 01:09:31AM +0100, Artur R. Czechowski wrote: The rrd_graph_options() gets a string with parameters. The begin if this string is (at least in my case, but this is common value in rrdtools): --start -2d

Bug#344481: Mysterious crash in php4-rrdtool

2005-12-22 Thread Steve Langasek
On Fri, Dec 23, 2005 at 02:44:21AM +0100, Artur R. Czechowski wrote: On Thu, Dec 22, 2005 at 04:45:25PM -0800, Steve Langasek wrote: On Fri, Dec 23, 2005 at 01:09:31AM +0100, Artur R. Czechowski wrote: The rrd_graph_options() gets a string with parameters. The begin if this string is (at