emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SIGABRT in `stream-of-directory-files'


From: Michael Heerdegen
Subject: Re: SIGABRT in `stream-of-directory-files'
Date: Tue, 27 Feb 2018 12:46:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.91 (gnu/linux)

Andreas Schwab <address@hidden> writes:

> Your shell is doing something bad.
>
> Try "strace -c -eexecve -f $SHELL -c /bin/true".  There should be
> exactly two execve calls.

The output is

| bash-4.4:micha:~$ strace -c -eexecve -f /usr/bin/elvish -c /bin/true
| strace: Process 24467 attached
| strace: Process 24468 attached
| strace: Process 24469 attached
| strace: Process 24470 attached
| strace: Process 24471 attached
| strace: Process 24472 attached
| strace: Process 24473 attached
| strace: Process 24474 attached
| strace: Process 24475 attached
| strace: Process 24476 attached
| [pid 24469] ????( <detached ...>
| % time     seconds  usecs/call     calls    errors syscall
| ------ ----------- ----------- --------- --------- ----------------
|   0.00    0.000000           0         2           execve
| ------ ----------- ----------- --------- --------- ----------------
| 100.00    0.000000                     2           total


Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]