Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #37214 All Revisions ] Back to Issue ]
Summary 0037214: It is possible to produce a server crash executing on the sql query window a query returning thousands of records
Revision 2017-11-08 17:28 by inigosanchez
Steps To Reproduce 1.- Login as "System Administrator - System" in the ERP
2.- Go to [SQL Query] window.
3.- Execute the following sql:
    -> SELECT * FROM ad_field af1, ad_field af2, ad_field af3
4.- Check Tomcat is not responding due to high memory usage of the JVM. Error is raised in the log:

711327 [http-bio-8080-exec-1] ERROR org.openbravo.xmlEngine.ErrorManagement - in designorg/openbravo/erpCommon/ad_forms/SQLExecutor.structureHeader
java.lang.OutOfMemoryError: GC overhead limit exceeded
Dumping heap to java_pid21158.hprof ...
Heap dump file created [1768632959 bytes in 10,052 secs]
Revision 2017-11-08 17:15 by inigosanchez
Steps To Reproduce 1.- Login as "System Administrator - System" in the ERP
2.- Go to [SQL Query] window.
3.- Execute the following sql:
    -> SELECT * FROM ad_field af1, ad_field af2, ad_field af3
4.- Check Tomcat is not responding due to high memory usage of the JVM.
Revision 2017-11-06 17:42 by egoitz
Steps To Reproduce -Execute a query that gets thousand of rows.
Revision 2017-11-06 13:13 by egoitz
Steps To Reproduce -Execute a query that gets thousand of rows.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker