You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2006/11/24 00:06:10 UTC

DO NOT REPLY [Bug 41031] New: - ISAPI redirector crashes IIS with access violation

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41031>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41031

           Summary: ISAPI redirector crashes IIS with access violation
           Product: Tomcat 5
           Version: Nightly Build
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: Native:JK
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: Tim.Whittington@orionhealth.com


A recent refactoring of the log format code in jk_util.c (r476849) has ended up
causing the log_fmt to be accessed while uninitialised.
This reliably (e.g. always) causes an access violation and subsequent
inetinfo.exe crash on XP Pro when using a Debug build (I haven't tested further).

The offending call stack is:

 	msvcr80d.dll!_Strftime_l(char * string=0x00a4a008, unsigned int maxsize=8190,
const char * format=0xcdcdcdcd, const tm * timeptr=0x00f12ac8, void *
lc_time_arg=0x00000000, localeinfo_struct * plocinfo=0x00000000)  Line 387 +
0x3 bytes	C++
 	msvcr80d.dll!strftime(char * string=0x00a4a008, unsigned int maxsize=8190,
const char * format=0xcdcdcdcd, const tm * timeptr=0x00f12ac8)  Line 301 +
0x19 bytes	C++
 	isapi_redirect.dll!set_time_str(char * str=0x00a4a008, int len=8190, const
char * jk_log_fmt=0xcdcdcdcd)  Line 224 + 0x16 bytes	C
 	isapi_redirect.dll!jk_log(jk_logger * l=0x00f12a50, const char *
file=0x6a6e6128, int line=85, const char * funcname=0x6a6e611c, int level=0,
const char * fmt=0x6a6e6114, ...)  Line 400 + 0x1a bytes	C
 	isapi_redirect.dll!jk_shm_open(const char * fname=0x00a4c054, unsigned int
sz=24576, jk_logger * l=0x00f12a50)  Line 85 + 0x2b bytes	C
>	isapi_redirect.dll!init_jk(char * serverName=0x00a4fb70)  Line 1219 + 0x19 bytes	C
 	isapi_redirect.dll!HttpFilterProc(_HTTP_FILTER_CONTEXT * pfc=0x0076db6c,
unsigned long dwNotificationType=16384, void * pvNotification=0x00a4fc5c)  Line
730 + 0xc bytes	C
 	w3svc.dll!5aa427f1()

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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


DO NOT REPLY [Bug 41031] - ISAPI redirector crashes IIS with access violation

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41031>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41031


rainer.jung@kippdata.de changed:

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




------- Additional Comments From rainer.jung@kippdata.de  2006-11-23 15:25 -------
Thanks for the report. Could you check, if it is fixed in revision 478710, which
i committed a few seconds ago.
That would be helpful.
If the bug is still there, please reopen the report.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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


DO NOT REPLY [Bug 41031] - ISAPI redirector crashes IIS with access violation

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41031>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41031





------- Additional Comments From Tim.Whittington@orionhealth.com  2006-11-23 16:25 -------
This does appear to be working now in 478710 (at least it hasn't crashed yet :)
Thanks

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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


DO NOT REPLY [Bug 41031] - ISAPI redirector crashes IIS with access violation

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41031>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41031


rainer.jung@kippdata.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED




------- Additional Comments From rainer.jung@kippdata.de  2008-01-01 16:51 -------
Move a couple of fixed JK issues from resolved to closed.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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