https://issues.apache.org/bugzilla/show_bug.cgi?id=53393

satyapal <garhwal_satya...@rediffmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #8 from satyapal <garhwal_satya...@rediffmail.com> ---
Marking this bug as invalid because the problem is not with mod_jk the problem
is with Mod_auth_cas, Mod_auth_cas is crashing the web server i found this in
stack trace

[pid 10098] <... stat resumed> {st_mode=S_IFDIR|0750, st_size=143360, ...}) = 0
[pid 10099] read(18, "GET /core/js/optimus.js HTTP/1.1"..., 8000) = 423
[pid 10098]
open("/var/cache/apache2/mod_auth_cas/02ca9bb8b348fd1dfff7ba6545a79930",
O_RDONLY|O_CLOEXEC) = 19
[pid 10099] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0 <unfinished ...>
[pid 10098] fcntl(19, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}
<unfinished ...>
[pid 10099] <... mmap resumed> )        = 0x7f90143bd000
[pid 10098] <... fcntl resumed> )       = 0
[pid 10098] lseek(19, 0, SEEK_SET <unfinished ...>
[pid 10099] stat("/var/cache/apache2/mod_auth_cas/",  <unfinished ...>
[pid 10098] <... lseek resumed> )       = 0
[pid 10099] <... stat resumed> {st_mode=S_IFDIR|0750, st_size=143360, ...}) = 0
[pid 10099]
open("/var/cache/apache2/mod_auth_cas/02ca9bb8b348fd1dfff7ba6545a79930",
O_RDONLY|O_CLOEXEC <unfinished ...>
[pid 10098] read(19,  <unfinished ...>
[pid 10099] <... open resumed> )        = 20
[pid 10098] <... read resumed> "", 1024) = 0
[pid 10099] fcntl(20, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0,
len=0}) = 0
[pid 10098] --- SIGSEGV (Segmentation fault) @ 0 (0) ---

so i compiled latest version of mod_auth_cas from source using
apxs2 -i -lssl -lcurl -c mod_auth_cas.c
and now it's working fine.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to