unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#38417: 26.3; crash when opening help for tramp-password-prompt-regexp
       [not found] <147f4ed2-9c8d-18c0-d2de-319b867179a7.ref@yahoo.de>
@ 2019-11-28 12:06 ` Maximilian via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2019-11-28 19:15   ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Maximilian via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2019-11-28 12:06 UTC (permalink / raw)
  To: 38417

Whenever I try to describe-variable tramp-password-prompt-regexp, Emacs 
crashes (even with -q).

gdb bt full output:

Thread 1 "emacs" received signal SIGABRT, Aborted.
0x00007ffff59e67b5 in raise () from /usr/lib/libpthread.so.0
(gdb) bt full
#0  0x00007ffff59e67b5 in raise () at /usr/lib/libpthread.so.0
#1  0x00000000004f513e in  ()
#2  0x000000000050fc84 in  ()
#3  0x00000000005dc3bf in  ()
#4  0x00007ffff5bf04b4 in mflt_run () at /usr/lib/libm17n-flt.so.0
#5  0x00000000005ddcc0 in  ()
#6  0x00000000005e171f in  ()
#7  0x000000000057e86a in  ()
#8  0x000000000056d78d in  ()
#9  0x00000000005ac1d1 in  ()
#10 0x00000000005700c4 in  ()
#11 0x000000000056d70b in  ()
#12 0x000000000056ca93 in  ()
#13 0x000000000042c81e in  ()
#14 0x0000000000439172 in  ()
#15 0x00000000005cdb01 in  ()
#16 0x00000000005d1c40 in  ()
#17 0x000000000044534d in  ()
#18 0x0000000000443365 in  ()
#19 0x00000000004405a9 in  ()
#20 0x00000000004459ea in  ()
#21 0x000000000044efcb in  ()
#22 0x0000000000471874 in  ()
#23 0x000000000056d78d in  ()
#24 0x00000000005ac1d1 in  ()
#25 0x00000000005700c4 in  ()
#26 0x000000000056d70b in  ()
#27 0x00000000005ac1d1 in  ()
#28 0x00000000005700c4 in  ()
#29 0x000000000056d70b in  ()
#30 0x00000000005ac1d1 in  ()
#31 0x000000000056d70b in  ()
--Type <RET> for more, q to quit, c to continue without paging--
#32 0x00000000005ac1d1 in  ()
#33 0x000000000056d70b in  ()
#34 0x00000000005ac1d1 in  ()
#35 0x000000000056d70b in  ()
#36 0x00000000005ac1d1 in  ()
#37 0x000000000056d70b in  ()
#38 0x00000000005ac1d1 in  ()
#39 0x000000000056d70b in  ()
#40 0x000000000056a040 in  ()
#41 0x000000000056d78d in  ()
#42 0x000000000056f4dc in  ()
#43 0x000000000056a5d6 in  ()
#44 0x000000000056d78d in  ()
#45 0x00000000005ac1d1 in  ()
#46 0x000000000056d70b in  ()
#47 0x000000000056d84a in  ()
#48 0x0000000000504376 in  ()
#49 0x000000000056c8bf in  ()
#50 0x00000000004f5545 in  ()
#51 0x000000000056c82e in  ()
#52 0x00000000004f54dd in  ()
#53 0x00000000004fa728 in  ()
#54 0x00000000004faa68 in  ()
#55 0x0000000000415d04 in  ()
#56 0x00007ffff5721153 in __libc_start_main () at /usr/lib/libc.so.6
#57 0x0000000000416abe in  ()







^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#38417: 26.3; crash when opening help for tramp-password-prompt-regexp
  2019-11-28 12:06 ` bug#38417: 26.3; crash when opening help for tramp-password-prompt-regexp Maximilian via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2019-11-28 19:15   ` Eli Zaretskii
  2020-04-13  8:48     ` Michael Albinus
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2019-11-28 19:15 UTC (permalink / raw)
  To: Maximilian; +Cc: 38417

> Date: Thu, 28 Nov 2019 13:06:43 +0100
> From: Maximilian via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> Whenever I try to describe-variable tramp-password-prompt-regexp, Emacs 
> crashes (even with -q).

I suspect this crash is related to fonts installed on your system.
(It doesn't crash on my system, FWIW.)  The documentation of this
variable includes a few non-ASCII strings, and I'm guessing Emacs
crashes trying to display one of them.

Unfortunately, your Emacs binary seems to be stripped, so the
backtrace is not useful, and I have no way of confirming my guess.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#38417: 26.3; crash when opening help for tramp-password-prompt-regexp
  2019-11-28 19:15   ` Eli Zaretskii
@ 2020-04-13  8:48     ` Michael Albinus
  2020-04-13 10:04       ` Maximilian via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Albinus @ 2020-04-13  8:48 UTC (permalink / raw)
  To: Maximilian; +Cc: 38417

Eli Zaretskii <eliz@gnu.org> writes:

Hi Maximilian,

>> Whenever I try to describe-variable tramp-password-prompt-regexp, Emacs
>> crashes (even with -q).
>
> I suspect this crash is related to fonts installed on your system.
> (It doesn't crash on my system, FWIW.)  The documentation of this
> variable includes a few non-ASCII strings, and I'm guessing Emacs
> crashes trying to display one of them.
>
> Unfortunately, your Emacs binary seems to be stripped, so the
> backtrace is not useful, and I have no way of confirming my guess.

Could you pls check as Eli has suggested? Otherwise, I don't know how to
continue.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#38417: 26.3; crash when opening help for tramp-password-prompt-regexp
  2020-04-13  8:48     ` Michael Albinus
@ 2020-04-13 10:04       ` Maximilian via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2020-04-13 13:03         ` Michael Albinus
  0 siblings, 1 reply; 5+ messages in thread
From: Maximilian via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-04-13 10:04 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 38417

[-- Attachment #1: Type: text/plain, Size: 1119 bytes --]

Hi Michael,

thanks for the message!

I don't know why I never saw the response of Eli (never filed a bug 
report before, probably should subscribe to the mailing list...).

*Currently everything is working* :)

I'm on Manjaro and assuming the font-hypothesis is true, an update must 
have fixed it. I tried a quick web-search but could not find anything on 
that. I didn't change the font either.

Best,

Max

On 13.04.20 10:48, Michael Albinus wrote:
> Eli Zaretskii <eliz@gnu.org> writes:
>
> Hi Maximilian,
>
>>> Whenever I try to describe-variable tramp-password-prompt-regexp, Emacs
>>> crashes (even with -q).
>> I suspect this crash is related to fonts installed on your system.
>> (It doesn't crash on my system, FWIW.)  The documentation of this
>> variable includes a few non-ASCII strings, and I'm guessing Emacs
>> crashes trying to display one of them.
>>
>> Unfortunately, your Emacs binary seems to be stripped, so the
>> backtrace is not useful, and I have no way of confirming my guess.
> Could you pls check as Eli has suggested? Otherwise, I don't know how to
> continue.
>
> Best regards, Michael.

[-- Attachment #2: Type: text/html, Size: 1846 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#38417: 26.3; crash when opening help for tramp-password-prompt-regexp
  2020-04-13 10:04       ` Maximilian via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2020-04-13 13:03         ` Michael Albinus
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Albinus @ 2020-04-13 13:03 UTC (permalink / raw)
  To: Maximilian; +Cc: 38417-done

Maximilian <max.geismann@yahoo.de> writes:

> Hi Michael,

Hi Max,

> thanks for the message!
>
> I don't know why I never saw the response of Eli (never filed a bug
> report before, probably should subscribe to the mailing list...).
>
> Currently everything is working :)
>
> I'm on Manjaro and assuming the font-hypothesis is true, an update
> must have fixed it. I tried a quick web-search but could not find
> anything on that. I didn't change the font either.

Thanks for the feedback, I'm closing the bug as not reproducible.

> Best,
>
> Max

Best regards, Michael.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-04-13 13:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <147f4ed2-9c8d-18c0-d2de-319b867179a7.ref@yahoo.de>
2019-11-28 12:06 ` bug#38417: 26.3; crash when opening help for tramp-password-prompt-regexp Maximilian via Bug reports for GNU Emacs, the Swiss army knife of text editors
2019-11-28 19:15   ` Eli Zaretskii
2020-04-13  8:48     ` Michael Albinus
2020-04-13 10:04       ` Maximilian via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-04-13 13:03         ` Michael Albinus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).