Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-14 Thread Gerald Richter
tmaier/DEBIS/EDVG/[EMAIL PROTECTED], Stas Bekman > <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > Kopie:[EMAIL PROTECTED], [EMAIL PROTECTED] > > Thema:Re: [mp2] segfault when generating graphs with GD::Graph > under Embperl > >> >> If i call flow-graph.pl di

Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-14 Thread Alexander Hartmaier
tas Bekman <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Kopie:[EMAIL PROTECTED], [EMAIL PROTECTED] Thema:Re: [mp2] segfault when generating graphs with GD::Graph under Embperl > > If i call flow-graph.pl directly from the browser the page works!!! > How is the file run when you ca

Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-14 Thread Gerald Richter
> > If i call flow-graph.pl directly from the browser the page works!!! > How is the file run when you call it directly, as CGI or via Apache::Registry ? Gerald -- Gerald Richter ecos electronic communication services gmbh IT-Securit

Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-14 Thread Alexander Hartmaier
your GD::Graph module. Thanks, Alex Von: Stas Bekman <[EMAIL PROTECTED]> am 13.11.2003 22:41 An: Gerald Richter <[EMAIL PROTECTED]> Kopie:Alexander Hartmaier/DEBIS/EDVG/[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Thema:Re: Antwort: Re: Antwort: Re: [

Re: Antwort: Re: Antwort: Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-13 Thread Stas Bekman
Gerald Richter wrote: Hi Stas, There is an easy way to work around it. Run the program under gdb and it'll remember the trace even the memory (frames) gets corrupted. gdb /path/to/httpd gdb> run -X issue a request here and gdb will tell you that you've got a segfault bt will give you the trace.

Re: Antwort: Re: Antwort: Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-13 Thread Gerald Richter
Hi Stas, > There is an easy way to work around it. Run the program under gdb and > it'll remember the trace even the memory (frames) gets corrupted. > > gdb /path/to/httpd > gdb> run -X > issue a request here and gdb will tell you that you've got a segfault > bt > will give you the trace. > This

Re: Antwort: Re: Antwort: Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-13 Thread Stas Bekman
Gerald Richter wrote: Program received signal SIGSEGV, Segmentation fault. 0x002a9582 in ?? () (gdb) BT #0 0x002a9582 in ?? () #1 0x009d5c44 in ?? () #2 0x0106 in ?? () #3 0x009a6aa6 in ?? () #4 0x005e3940 in ?? () #5 0x09f72cf4 in ?? () (gdb) Doesn't look like a better output than withou

Re: Antwort: Re: Antwort: Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-13 Thread Gerald Richter
> Program received signal SIGSEGV, Segmentation fault. > 0x002a9582 in ?? () > (gdb) BT > #0 0x002a9582 in ?? () > #1 0x009d5c44 in ?? () > #2 0x0106 in ?? () > #3 0x009a6aa6 in ?? () > #4 0x005e3940 in ?? () > #5 0x09f72cf4 in ?? () > (gdb) > > Doesn't look like a better output than with

Antwort: Re: Antwort: Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-13 Thread Alexander Hartmaier
CTED] Kopie:[EMAIL PROTECTED], [EMAIL PROTECTED] Thema: Re: Antwort: Re: [mp2] segfault when generating graphs with GD::Graph under Embperl > > Should I compile with debugging symbols? Yes > If yes what? apache or mod_perl? or embperl? > mod_perl and Embperl For Embperl d

Re: Antwort: Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-13 Thread Gerald Richter
, Alex > > > > > Von: Gerald Richter <[EMAIL PROTECTED]> am 12.11.2003 07:55 > > > > An: Alexander Hartmaier/DEBIS/EDVG/[EMAIL PROTECTED], > [EMAIL PROTECTED] > Kopie: [EMAIL PROTECTED] > > Thema: Re: [mp2] segfault when generating graphs with G

Antwort: Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-13 Thread Alexander Hartmaier
: [mp2] segfault when generating graphs with GD::Graph under Embperl > > 3. This is the core dump trace: (if you get a core dump): > > I tried but I can't catch any (I don't know and didn't manage to find out which > directory has to be writeable for the apache2 process und

Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-13 Thread Alexander Hartmaier
L PROTECTED] Thema: Re: [mp2] segfault when generating graphs with GD::Graph under Embperl On Tue, 11 Nov 2003, Alexander Hartmaier wrote: > Hi! > > 1. Problem Description: > > My apache child crash with a segfault when I call a page > which generates a graph using the perl mo

Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-12 Thread Randy Kobes
On Tue, 11 Nov 2003, Alexander Hartmaier wrote: > Hi! > > 1. Problem Description: > > My apache child crash with a segfault when I call a page > which generates a graph using the perl module GD::Graph. > > My system specs are: > > Fedora Core 1 > httpd-2.0.47 (from fedora, also tried with self-com

Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-11 Thread Gerald Richter
> > 3. This is the core dump trace: (if you get a core dump): > > I tried but I can't catch any (I don't know and didn't manage to find out which > directory has to be writeable for the apache2 process under Embperl). > Please try to start your httpd under gdb: gdb /path/to/httpd set args -X -f

[mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-11 Thread Alexander Hartmaier
Hi! 1. Problem Description: My apache child crash with a segfault when I call a page which generates a graph using the perl module GD::Graph. My system specs are: Fedora Core 1 httpd-2.0.47 (from fedora, also tried with self-compiled 2.0.48) mod_perl-1.99_11 (the final version, self-compiled)