Custom Query (1030 matches)
Results (511 - 513 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #725 | fixed | Make meta-shift-# insert #| |# | ||
| Description |
From Shannon 8/19/10: meta-shift-# inserts #| |# comments in MCL. Does nothing in CCL. |
|||
| #726 | fixed | Don't load init file in IDE if shift key is down | ||
| Description |
From Shannon 8/19/10: Tell ccl.app not to load its init file if shift key is down on startup, like in MCL. |
|||
| #744 | fixed | Describing memory faults in Darwin | ||
| Description |
If we get an unrecoverable memory fault, we try to use the siginfo_t argument to the signal handler to describe the reason for the fault. On Darwin, we handle exceptions at the Mach level and create the siginfo_t argument ourselves. I think that we do this to make the fault address easier to find, but I don't think that we set other fields in the siginfo_t to meaningful values, so the attempt to describe those fields often gives misleading results. We should presumably either try harder to initialize the siginfo_t the way that a real SIGBUS or SIGSEGV would, or not trust our ability to describe the fault accurately. |
|||
