tracker issue : CF-3039394

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

Bug 78983:Hung onserverstart thread causes ColdFusion service to fail to start

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Dave Ferguson / Dave Ferguson (dave_jf)

Created: 07/22/2009

Components: General Server

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 / 244992

Priority/Frequency: Normal / Unknown

Locale/System: English / Win All

Vote Count: 0

Problem:

Hung onserverstart thread causes ColdFusion service to fail to start.  The request never times out reguardless of the request timeout setting from admin.
Method:

Create a server.cfc file with the following code.  This will simulate a hung thread.component {public function onServerStart(){while (1 == 1){thisVar = 1;}return true;}}
Result:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3039394

External Customer Info:
External Company:  
External Customer Name: Dave Ferguson
External Customer Email: 333762A94460DE1A992015D5
External Test Config: 07/22/2009

Attachments:

Comments: