primoze
Segfault when creating second rust MainWorker in program
also this only solves the issue in my repro example, in my actual app it segfaults even earlier now, when creating the first worker. maybe the issue is that i initialize the plaform in tokio::main (so inside a runtime), i need to shuffle some code around and so that it doesn't happen inside a runtime and see if it works
14 replies
Segfault when creating second rust MainWorker in program
this is just from the example at https://docs.rs/v8/latest/v8/
14 replies
Segfault when creating second rust MainWorker in program
Note: since V8 11.6, all runtimes must have a common parent thread that initalized the V8 platform.
this solved the issue, but as far as I can tell there are versions with v8 > 11.6 which don't have the issue14 replies