-
Notifications
You must be signed in to change notification settings - Fork 127
Seg fault when using AsyncContext::builder() #479
Copy link
Copy link
Open
Labels
bug:1-repro-availableBug reproduction is availableBug reproduction is availablekind:bugAn unexpected problem or behaviourAn unexpected problem or behaviourtopic:interfaceRelated to safe abstractions over the primitivesRelated to safe abstractions over the primitivestopic:runtimeRelated to the runtime objectRelated to the runtime objecttopic:safetyViolations of safety causing undefined behavioursViolations of safety causing undefined behaviours
Metadata
Metadata
Assignees
Labels
bug:1-repro-availableBug reproduction is availableBug reproduction is availablekind:bugAn unexpected problem or behaviourAn unexpected problem or behaviourtopic:interfaceRelated to safe abstractions over the primitivesRelated to safe abstractions over the primitivestopic:runtimeRelated to the runtime objectRelated to the runtime objecttopic:safetyViolations of safety causing undefined behavioursViolations of safety causing undefined behaviours
Hi there, thanks for all your work on this crate.
Came across an interesting one when trying to create a minimal working context to evaluate some code. Creating a
AsyncContextwith just theEvalintrinsic causes a seg fault when evaluating some code.For example this seg faults:
where as this does not:
and this also does not seg fault:
I have a full MRE repo here with all these examples.
EDIT: this is on
arm64-apple-darwin24.5.0