Ruby hangs 2.2.4

zellster

Well-Known Member
#1
[Note: This was originally posted under Bugs, but I am curious if any other Ruby users have run into this.]

OS: Solaris 2.8
Arch: SPARC (64/32-bit)
LiteSpeed: 2.2.4 Standard edition
Location: http://206.117.43.99:8088/

I installed 2.2.4 as a non-root user, and added an entry to the Rails template. However, after a day or so of uptime, LSWS no longer accepts connections. The lshttpd processes are still running and don't appear to be hanging:

[ 33 unknown ~ ] pstack 21291 | c++filt
21291: lshttpd
ff21d344 poll (ffbed980, 1, 3e8)
00017c20 LshttpdMain::guardCrash (26de88, 0, ffbefaa8, 0, 0, ff21f854) + 268
000168dc init__11LshttpdMainiPPc (26de88, 1, ffbefc0c, ff3e7760, 225b4, ff19be98) + 474
00016a54 main__11LshttpdMainiPPc (26de88, 1, ffbefc0c, 300, 225b4, ff19bc08) + 30
00013908 main (1, ffbefc0c, ffbefc14, 2335dc, 0, 0) + b4
0001371c _start (0, 0, 0, 0, 0, 0) + 5c
[ 34 unknown ~ ] pstack 21292 | c++filt
21292: lscgid
ff21d344 poll (ffbefdb8, 1, 3e8)
000124c4 ???????? (23000, 23000, ff23e878, 3, 12b20, 270f8)
000127a4 ???????? (1, ffbeff1c, ff23e5d0, 300, 225b4, ff19bc08)
00012804 ???????? (1, ffbeff1c, ffbeff24, 22fe4, 0, 0)
00010bd0 ???????? (0, 0, 0, 0, 0, 0)
[ 35 unknown ~ ] pstack 21293 | c++filt
21293: lshttpd
ff21d344 poll (275da8, 3, 64)
000ae1f8 waitAndProcessEvents__6Polleri (299d40, 64, ae1bc, 0, 0, 0) + 3c
00065744 EventDispatcher::run (26df7c, 26df7c, 0, 0, 0, 0) + 48
0002d6dc HttpServerImpl::start (26df68, 0, 0, 0, 0, 0) + 108
00030be0 HttpServer::start (2335fc, 1, ffbefc0c, ff3e7760, 225b4, ff19be98) + c
00016a84 main__11LshttpdMainiPPc (26de88, 1, ffbefc0c, 300, 225b4, ff19bc08) + 60
00013908 main (1, ffbefc0c, ffbefc14, 2335dc, 0, 0) + b4
0001371c _start (0, 0, 0, 0, 0, 0) + 5c

There are no ruby processes running. I can supply truss output, or access to the admin site.

Thanks!
 
Top