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
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
>
> 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
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: [
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.
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
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
> 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
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
, 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
: [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
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
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
>
> 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
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)
15 matches
Mail list logo