This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug runtime/18999] error("") stall (causing similar assert() stall)


https://sourceware.org/bugzilla/show_bug.cgi?id=18999

--- Comment #2 from David Smith <dsmith at redhat dot com> ---
I refixed this in commit 1511b60. Instead of providing a default error message,
I changed the code generation to just check if the context's 'last_error' field
is not NULL, not if it has length.

-- 
You are receiving this mail because:
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]