MetarParser is not thread safe
Status: Beta
Brought to you by:
arimus
The MetarParser class is not thread safe. This can be
demonstrated by adding more tests to the JUnit test
case and running it. JUnit calls MetarParser for each
test at the same time. The MetarParser class has many
member variables that will be shared as multiple
threads hit call the parser. This causes all kinds of
corruption.
I'll send a diff file via email. This will require many
changes to fix.
Logged In: YES
user_id=71028
Yep, ran into this yesterday and fixed. Commited the fix.