Raku / whateverable

🤖 Different IRC bots that operate on a bunch of prebuilt Rakudo versions
https://gist.github.com/Whateverable
GNU Affero General Public License v3.0
18 stars 14 forks source link

MoarVM panic #60

Open AlexDaniel opened 7 years ago

AlexDaniel commented 7 years ago

Query: unicodable: { say ‘a’ }

Result: MoarVM panic: Internal error: zeroed target thread ID in work pass

I am pretty sure it is not our fault, but we have to narrow it down for the rakudobug.

jonathanstowe commented 7 years ago

I've seen this in other code too recently, but have been unable to golf it.

AlexDaniel commented 7 years ago

@jonathanstowe if you are interested in golfing it I can give you the sources and exact steps to reproduce it (it does not flap and has 100% success rate). Contact me via IRC.

AlexDaniel commented 7 years ago

@timo is on it

AlexDaniel commented 7 years ago

An update: after jnthn++ work, it does not panic anymore. However, there is still some problem with { say ‘a’ } query. The crash is still there, but it is a more graceful one.