You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: notify_shell_cb() tries to unpack a json object onto
an int, causing stack corruption, and a segfault that was causing
the first test in t0006-notify.t to fail.
Fix unpack format string.
Fixesflux-framework#91
garlick
added a commit
to garlick/flux-pmix
that referenced
this issue
Oct 4, 2023
Problem: notify_shell_cb() tries to unpack a json object onto
an int, causing stack corruption, and a segfault that was causing
the first test in t0006-notify.t to fail.
Fix unpack format string.
Fixesflux-framework#91
Problem: The first test fails with the following stack trace, which seems to indicate a user-after-free on
message
innotify_shell_cb()
gdb backtrace snippet:
Note this is on the working branch for #90
The text was updated successfully, but these errors were encountered: