SIGQUIT handling / thread dumps disabled when displaytag is used
----------------------------------------------------------------

                 Key: DISPL-462
                 URL: http://jira.codehaus.org/browse/DISPL-462
             Project: DisplayTag
          Issue Type: Bug
    Affects Versions: 1.1
            Reporter: mike bayer


on Unix, sending the SIGQUIT signal to the JVM, or pressing ctrl-\ in the 
console, signals the JVM to perform a full dump of all threads to the current 
standard error.  The moment that a <display:table> tag is invoked within the 
running process, both ctrl-\ and explicit SIGQUITs are ignored (or the output 
is being redirected somewhere).

Steps to reproduce:

1. run any JSP/struts application, view a JSP page that does not use displaytag.
2. press ctrl-\ in the console.  thread dump comes out.
3. add the displaytag taglib to the jsp page, and add the tag <display:table/> 
to the page (blank or with attributes, doesnt matter).
4. press ctrl-\.  the signal is ignored.  same for sending kill -SIGQUIT to the 
process.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to