component looses static functions

Description

when try to call a static function like this

Foo::bar();

we get an exception like this

Component from type [Foo] has no accessible static Member with name [bar]

Environment

None

Activity

Show:

Xavier De Cock 29 September 2021 at 05:52

The current fix does not work, what i think happens here, is the static component initialization is not blocking, as such, while one thread init the static scope, a second one, allready tries to use it.

Julian Halliwell 14 January 2021 at 17:10

Fix seems to have caused a regression: https://luceeserver.atlassian.net/browse/LDEV-3221

Zac Spitzer 13 June 2020 at 07:24

Fixed

Details

Assignee

Reporter

Priority

Labels

Fix versions

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Sprint

Created 12 June 2020 at 14:43
Updated 13 December 2021 at 12:14
Resolved 12 June 2020 at 17:32

Flag notifications