unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#17748: "Stack overflow in regexp matcher" error when calling gnus-article-browse-html-article on certain emails
       [not found] ` <878tpzrqbt.fsf@gnus.org>
@ 2017-01-26  9:28   ` Rainer M Krug
  2017-01-26 14:22     ` Lars Ingebrigtsen
  2017-01-26 14:31     ` npostavs
  0 siblings, 2 replies; 3+ messages in thread
From: Rainer M Krug @ 2017-01-26  9:28 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 17748

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

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Rainer M Krug <Rainer@krugs.de> writes:
>
>> When running  gnus-article-browse-html-article  on certain emails, I get
>> the following error:
>>
>> ,----
>> | Debugger entered--Lisp error: (error "Stack overflow in regexp matcher")
>> |   re-search-forward("<meta\\s-+http-equiv=[\"']?content-type[\"']?\\s-+content=[\"']text/\\(\\sw+\\)\\(?:;\\s-*charset=\\(.+\\)\\)?[\"'][^>]*>"
>> | nil t)
>> |   mm-add-meta-html-tag((#<buffer *mm*-948779> ("text/html" (charset
>> | . "UTF-8")) quoted-printable nil nil nil nil "html-body") "UTF-8"
>> | nil)
>
> [...]
>
>> I attach the email for reference.
>
> I seem to be unable to reproduce the bug on master now.  Are you still
> seeing this problem?

Thanks for looking into this.

Not recently. I am running

,----
| Gnus v5.13
| GNU Emacs 25.1.91.1 (x86_64-apple-darwin16.3.0, Carbon Version 157 AppKit 1504.76) of 2017-01-12
`----

But I will keep you posted if I see it again.

Thanks,

Rainer


-- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany)

Tel :       +33 - (0)9 53 10 27 44
Cell:       +33 - (0)6 85 62 59 98
Fax :       +33 - (0)9 58 10 27 44

Fax (D):    +49 - (0)3 21 21 25 22 44

email:      Rainer@krugs.de

Skype:      RMkrug

PGP: 0x0F52F982

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 454 bytes --]

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

* bug#17748: "Stack overflow in regexp matcher" error when calling gnus-article-browse-html-article on certain emails
  2017-01-26  9:28   ` bug#17748: "Stack overflow in regexp matcher" error when calling gnus-article-browse-html-article on certain emails Rainer M Krug
@ 2017-01-26 14:22     ` Lars Ingebrigtsen
  2017-01-26 14:31     ` npostavs
  1 sibling, 0 replies; 3+ messages in thread
From: Lars Ingebrigtsen @ 2017-01-26 14:22 UTC (permalink / raw)
  To: Rainer M Krug; +Cc: 17748

Rainer M Krug <Rainer@krugs.de> writes:

> Not recently. I am running
>
> ,----
> | Gnus v5.13
> | GNU Emacs 25.1.91.1 (x86_64-apple-darwin16.3.0, Carbon Version 157
> | AppKit 1504.76) of 2017-01-12
> `----
>
> But I will keep you posted if I see it again.

OK; I'm closing this bug report, but please reopen (or post a new bug
report) if you see this again.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#17748: "Stack overflow in regexp matcher" error when calling gnus-article-browse-html-article on certain emails
  2017-01-26  9:28   ` bug#17748: "Stack overflow in regexp matcher" error when calling gnus-article-browse-html-article on certain emails Rainer M Krug
  2017-01-26 14:22     ` Lars Ingebrigtsen
@ 2017-01-26 14:31     ` npostavs
  1 sibling, 0 replies; 3+ messages in thread
From: npostavs @ 2017-01-26 14:31 UTC (permalink / raw)
  To: Rainer M Krug; +Cc: 17748, Lars Ingebrigtsen

tags 17748 = fixed
close 17748 24.4
quit

Rainer M Krug <Rainer@krugs.de> writes:

> Lars Ingebrigtsen <larsi@gnus.org> writes:
>
>> Rainer M Krug <Rainer@krugs.de> writes:
>>
>>> When running  gnus-article-browse-html-article  on certain emails, I get
>>> the following error:
>>>
>>> ,----
>>> | Debugger entered--Lisp error: (error "Stack overflow in regexp matcher")
>>> |   re-search-forward("<meta\\s-+http-equiv=[\"']?content-type[\"']?\\s-+content=[\"']text/\\(\\sw+\\)\\(?:;\\s-*charset=\\(.+\\)\\)?[\"'][^>]*>"
>>> | nil t)
>>> |   mm-add-meta-html-tag((#<buffer *mm*-948779> ("text/html" (charset
>>> | . "UTF-8")) quoted-printable nil nil nil nil "html-body") "UTF-8"
>>> | nil)
>>
>> [...]
>>
>> I seem to be unable to reproduce the bug on master now.  Are you still
>> seeing this problem?
>
> Thanks for looking into this.
>
> Not recently. I am running
>
> ,----
> | Gnus v5.13
> | GNU Emacs 25.1.91.1 (x86_64-apple-darwin16.3.0, Carbon Version 157 AppKit 1504.76) of 2017-01-12
> `----

I believe this has been fixed by [1: 07dd2ea], which changed the regex
shown in the backtrace.  Closing, but feel free to reopen if you hit it
again.

1: 2013-09-17 10:21:24 +0000 07dd2ea47f58d35b34581401a09d7d842a35fbdf
  lisp/gnus/mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag






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

end of thread, other threads:[~2017-01-26 14:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <m2ppig27mr.fsf@krugs.de>
     [not found] ` <878tpzrqbt.fsf@gnus.org>
2017-01-26  9:28   ` bug#17748: "Stack overflow in regexp matcher" error when calling gnus-article-browse-html-article on certain emails Rainer M Krug
2017-01-26 14:22     ` Lars Ingebrigtsen
2017-01-26 14:31     ` npostavs

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).