Opened 12 years ago
Closed 11 years ago
#357 closed bug (fixed)
Yet another simple way to crash
Reported by: | gorzel | Owned by: | hannes |
---|---|---|---|
Priority: | major | Milestone: | 3-1-4 and higher |
Component: | singular-kernel | Version: | 3-1-3 |
Keywords: | grammar expansion of ~ | Cc: |
Description
Forgetting a / after the ~, makes Singular crash.
Suppose, you have a library, say general.lib in your home-directory, then
> LIB "~/inout.lib"; // ** loaded /home/gorzelc/inout.lib (13499,2010-10-15)
works but this typo,
> LIB "~inout.lib"; Singular : signal 11 (v: 3132/ 14363 ): current line:>>LIB "~inout.lib";<< Segment fault/Bus error occurred at 8127367 because of 0 (r:1313071746) please inform the authors trying to restart...
Note: See
TracTickets for help on using
tickets.
fixed with rev.14414