Opened 14 years ago
#157 new defect
owl_function_error segfaults if you call it too early
Reported by: | jgross@mit.edu | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | internals | Keywords: | |
Cc: |
Description
If owl_function_error is called before the main window has been created (e.g., in owl_variable_tty_set, when it's being called to set the default value), barnowl segfaults in the function owl_window_dirty (in window.c) on line 317: return w->shown;.
Note: See
TracTickets for help on using
tickets.