tracker issue : CF-4205971

select a category, or use search below
(searches all categories and all time range)
Title:

Regression bug for CF-4204033(CF-4203874): Apache crashes when a request becomes a long process

| View in Tracker

Status/Resolution/Reason: To Fix//

Reporter/Name(from Bugbase): Shigeyoshi M. / ()

Created: 11/20/2019

Components: Installation/Config, Connector

Versions: 2018

Failure Type: Crash

Found In Build/Fixed In Build: 2018.0.06.316292 /

Priority/Frequency: Major / Some users will encounter

Locale/System: / Linux Red Hat 7.3

Vote Count: 0

About CF-4204033, or CF-4203874 which we have escarated via CF-support was fixed on CF2018 Update 5.
But it is reproduced on Uadate 6 PR again.

test.cfm
<cfset sleep(60000)>

error_log of apache:
[Wed Nov 20 15:36:25.894325 2019] [core:notice] [pid 46779] AH00052: child pid 46784 exit signal Segmentation fault (11)
[Wed Nov 20 15:36:55.936310 2019] [core:notice] [pid 46779] AH00052: child pid 46785 exit signal Segmentation fault (11)
[Wed Nov 20 15:37:25.966367 2019] [core:notice] [pid 46779] AH00052: child pid 46786 exit signal Segmentation fault (11)
[Wed Nov 20 15:37:56.034096 2019] [core:notice] [pid 46779] AH00052: child pid 46787 exit signal Segmentation fault (11)
[Wed Nov 20 15:38:26.068289 2019] [core:notice] [pid 46779] AH00052: child pid 46788 exit signal Segmentation fault (11)
[Wed Nov 20 15:38:41.083146 2019] [core:notice] [pid 46779] AH00052: child pid 47039 exit signal Segmentation fault (11)
[Wed Nov 20 15:38:57.100756 2019] [core:notice] [pid 46779] AH00052: child pid 47339 exit signal Segmentation fault (11)
[Wed Nov 20 15:39:27.160318 2019] [core:notice] [pid 46779] AH00052: child pid 47923 exit signal Segmentation fault (11)


Actual Result:
Responses does not come back while processing, and no result nor error
from ColdFusion are returned to the browser

Expected behavior:
Receiving results of the request which needs a long time without error

Any Workarounds:
change heartbeat_interval=0 

or

Replace mod_jk.so file with following page:
https://coldfusion.adobe.com/2019/10/error-accessing-coldfusion-administrator-using-connector-port/

Attachments:

Comments: