Opened 4 years ago
Last modified 4 years ago
#1378 new defect
stack overflow on ARM
Reported by: | gb | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Runtime (threads, GC) | Version: | trunk |
Keywords: | ARM | Cc: |
Description (last modified by gb)
simple functions - like
(defun foo (x) (abs (foo x)))
may not always accurately report or recover from the stack overflow condition that their execution signals on Linux ARM
Change History (1)
comment:1 in reply to: ↑ description Changed 4 years ago by gb
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
Replying to gb: