[#3986] Re: Principle of least effort -- another Ruby virtue. — Andrew Hunt <andy@...>

> Principle of Least Effort.

14 messages 2000/07/14

[#4043] What are you using Ruby for? — Dave Thomas <Dave@...>

16 messages 2000/07/16

[#4139] Facilitating Ruby self-propagation with the rig-it autopolymorph application. — Conrad Schneiker <schneik@...>

Hi,

11 messages 2000/07/20

[ruby-talk:03908] Re: mod_ruby

From: Shugo Maeda <shugo@...>
Date: 2000-07-10 06:08:12 UTC
List: ruby-talk #3908
Hi,

At Fri, 07 Jul 2000 13:16:28 GMT,
shreeve@s2s.org (Steve Shreeve) wrote:
> I successfully installed Ruby on my Red Hat 5.1 machine (Linux 2.0.35). I also 
> installed the MySQL modules and have them working just swell. I successfully 
> compiled mod_ruby and restarted the server. The server acknowledged that 
> mod_ruby was indeed loaded, but accesses to *.rb scripts cause a core dump. 
> I'm currently running Apache 1.3.12 and mod_perl 1.21 (statically compiled in) 
> and PHP (as a DSO). Any ideas on the core dumping? I was unable to find much 
> documentation describing mod_ruby, so I had a hard time trying to resolve 
> this.

Can you get the stacktrace by gdb?

ex).

# gdb /usr/sbin/apache
...
(gdb) run -X
...
Program received signal SIGSEGV, Segmentation fault.
0x40145e42 in accept () from /lib/libc.so.6
(gdb) bt
#0  0x40145e42 in accept () from /lib/libc.so.6
#1  0x805c3d2 in ap_child_terminate ()
#2  0x805c77c in ap_child_terminate ()
#3  0x805c899 in ap_child_terminate ()
#4  0x805cd4b in ap_child_terminate ()
#5  0x805d40d in main ()
#6  0x400c2a42 in __libc_start_main () from /lib/libc.so.6
(gdb) 

Shugo


In This Thread

Prev Next