[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: .ly file partially compiles, then LP crashes
From: |
David Kastrup |
Subject: |
Re: .ly file partially compiles, then LP crashes |
Date: |
Fri, 28 Jul 2017 18:56:45 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
David Wright <address@hidden> writes:
> On Fri 28 Jul 2017 at 15:16:03 (+0200), David Kastrup wrote:
>> Bernhard Kleine <address@hidden> writes:
>>
>> > Am 28.07.2017 um 00:55 schrieb Guy Stalnaker:
>> >> Exited with return code -1073741819
>> > This has come up with the same number IIRC repeatedly.
>>
>> It's Windows' helpful way to refer to a segfault. Storing something
>> more descriptive like "Segmentation violation" for several dozen
>> signal-based error messages would consume too much memory needed for
>> spyware. 16kB should be enough for anybody.
>
> I don't understand what the OS would do with these error messages.
> On error, the OS returns a codeĀ¹ which is handled by the caller.
> When I run a program under strace, I can see the OS generating
> hundreds of errors every second and they all go unreported except
> as a return code. It's up to the application to decide whether to
> finally report something, and what that is.
On Posix systems, applications are usually started by the shell and the
shell translates return codes corresponding to a process aborted by a
signal to a suitable message.
Why is Windows incapable of doing the same?
--
David Kastrup
- Re: .ly file partially compiles, then LP crashes, (continued)
- Re: .ly file partially compiles, then LP crashes, Guy Stalnaker, 2017/07/27
- Re: .ly file partially compiles, then LP crashes, Kieren MacMillan, 2017/07/27
- Re: .ly file partially compiles, then LP crashes, Thomas Morley, 2017/07/28
- Re: .ly file partially compiles, then LP crashes, David Kastrup, 2017/07/28
- Re: .ly file partially compiles, then LP crashes, Guy Stalnaker, 2017/07/28
- Re: .ly file partially compiles, then LP crashes, David Kastrup, 2017/07/28
Re: .ly file partially compiles, then LP crashes, Bernhard Kleine, 2017/07/28
Re: .ly file partially compiles, then LP crashes, Knut Petersen, 2017/07/29