ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:70428] [Ruby trunk - Bug #11451] [Open] MRI crashes with 'Stack inconsistency error' when a method which yields is called recursively in a particular way
       [not found] <redmine.issue-11451.20150817125902@ruby-lang.org>
@ 2015-08-17 12:59 ` alexinbeijing
  2015-08-17 13:00 ` [ruby-core:70429] [Ruby trunk - Bug #11451] " alexinbeijing
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: alexinbeijing @ 2015-08-17 12:59 UTC (permalink / raw)
  To: ruby-core

Issue #11451 has been reported by Alex Dowad.

----------------------------------------
Bug #11451: MRI crashes with 'Stack inconsistency error' when a method which yields is called recursively in a particular way
https://bugs.ruby-lang.org/issues/11451

* Author: Alex Dowad
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: 2.3.0dev, also present in 2.2.2
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
Dear Ruby people,

How are you? The other day, someone reported that a gem I maintain was crashing under MRI 2.2.2. I traced it through with GDB, found where it was going wrong, and wrote a tiny little patch which makes the crash go away. (Yay!) Can you look at this and check that this patch won't cause any other problems?

Thanks,
Alex Dowad

---Files--------------------------------
repro.rb (283 Bytes)
0001-Fix-crash-caused-by-recursive-yield-to-blocks-with-d.patch (1.48 KB)


-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:70429] [Ruby trunk - Bug #11451] MRI crashes with 'Stack inconsistency error' when a method which yields is called recursively in a particular way
       [not found] <redmine.issue-11451.20150817125902@ruby-lang.org>
  2015-08-17 12:59 ` [ruby-core:70428] [Ruby trunk - Bug #11451] [Open] MRI crashes with 'Stack inconsistency error' when a method which yields is called recursively in a particular way alexinbeijing
@ 2015-08-17 13:00 ` alexinbeijing
  2015-08-18  3:46 ` [ruby-core:70442] [Ruby trunk - Bug #11451] [Assigned] " nobu
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: alexinbeijing @ 2015-08-17 13:00 UTC (permalink / raw)
  To: ruby-core

Issue #11451 has been updated by Alex Dowad.


Sorry, I forgot to say... THANKS to Xavier Shay for finding this problem!

----------------------------------------
Bug #11451: MRI crashes with 'Stack inconsistency error' when a method which yields is called recursively in a particular way
https://bugs.ruby-lang.org/issues/11451#change-53838

* Author: Alex Dowad
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: 2.3.0dev, also present in 2.2.2
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
Dear Ruby people,

How are you? The other day, someone reported that a gem I maintain was crashing under MRI 2.2.2. I traced it through with GDB, found where it was going wrong, and wrote a tiny little patch which makes the crash go away. (Yay!) Can you look at this and check that this patch won't cause any other problems?

Thanks,
Alex Dowad

---Files--------------------------------
repro.rb (283 Bytes)
0001-Fix-crash-caused-by-recursive-yield-to-blocks-with-d.patch (1.48 KB)


-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:70442] [Ruby trunk - Bug #11451] [Assigned] MRI crashes with 'Stack inconsistency error' when a method which yields is called recursively in a particular way
       [not found] <redmine.issue-11451.20150817125902@ruby-lang.org>
  2015-08-17 12:59 ` [ruby-core:70428] [Ruby trunk - Bug #11451] [Open] MRI crashes with 'Stack inconsistency error' when a method which yields is called recursively in a particular way alexinbeijing
  2015-08-17 13:00 ` [ruby-core:70429] [Ruby trunk - Bug #11451] " alexinbeijing
@ 2015-08-18  3:46 ` nobu
  2015-08-21  8:38 ` [ruby-core:70504] [Ruby trunk - Bug #11451] " ko1
  2015-11-22 15:41 ` [ruby-core:71628] " nagachika00
  4 siblings, 0 replies; 5+ messages in thread
From: nobu @ 2015-08-18  3:46 UTC (permalink / raw)
  To: ruby-core

Issue #11451 has been updated by Nobuyoshi Nakada.

Status changed from Open to Assigned
Assignee set to Koichi Sasada

----------------------------------------
Bug #11451: MRI crashes with 'Stack inconsistency error' when a method which yields is called recursively in a particular way
https://bugs.ruby-lang.org/issues/11451#change-53851

* Author: Alex Dowad
* Status: Assigned
* Priority: Normal
* Assignee: Koichi Sasada
* ruby -v: 2.3.0dev, also present in 2.2.2
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
Dear Ruby people,

How are you? The other day, someone reported that a gem I maintain was crashing under MRI 2.2.2. I traced it through with GDB, found where it was going wrong, and wrote a tiny little patch which makes the crash go away. (Yay!) Can you look at this and check that this patch won't cause any other problems?

Thanks,
Alex Dowad

---Files--------------------------------
repro.rb (283 Bytes)
0001-Fix-crash-caused-by-recursive-yield-to-blocks-with-d.patch (1.48 KB)


-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:70504] [Ruby trunk - Bug #11451] MRI crashes with 'Stack inconsistency error' when a method which yields is called recursively in a particular way
       [not found] <redmine.issue-11451.20150817125902@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2015-08-18  3:46 ` [ruby-core:70442] [Ruby trunk - Bug #11451] [Assigned] " nobu
@ 2015-08-21  8:38 ` ko1
  2015-11-22 15:41 ` [ruby-core:71628] " nagachika00
  4 siblings, 0 replies; 5+ messages in thread
From: ko1 @ 2015-08-21  8:38 UTC (permalink / raw)
  To: ruby-core

Issue #11451 has been updated by Koichi Sasada.

Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN to 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: REQUIRED

Thank you for your reproducible script!



----------------------------------------
Bug #11451: MRI crashes with 'Stack inconsistency error' when a method which yields is called recursively in a particular way
https://bugs.ruby-lang.org/issues/11451#change-53904

* Author: Alex Dowad
* Status: Closed
* Priority: Normal
* Assignee: Koichi Sasada
* ruby -v: 2.3.0dev, also present in 2.2.2
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: REQUIRED
----------------------------------------
Dear Ruby people,

How are you? The other day, someone reported that a gem I maintain was crashing under MRI 2.2.2. I traced it through with GDB, found where it was going wrong, and wrote a tiny little patch which makes the crash go away. (Yay!) Can you look at this and check that this patch won't cause any other problems?

Thanks,
Alex Dowad

---Files--------------------------------
repro.rb (283 Bytes)
0001-Fix-crash-caused-by-recursive-yield-to-blocks-with-d.patch (1.48 KB)


-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:71628] [Ruby trunk - Bug #11451] MRI crashes with 'Stack inconsistency error' when a method which yields is called recursively in a particular way
       [not found] <redmine.issue-11451.20150817125902@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2015-08-21  8:38 ` [ruby-core:70504] [Ruby trunk - Bug #11451] " ko1
@ 2015-11-22 15:41 ` nagachika00
  4 siblings, 0 replies; 5+ messages in thread
From: nagachika00 @ 2015-11-22 15:41 UTC (permalink / raw)
  To: ruby-core

Issue #11451 has been updated by Tomoyuki Chikanaga.

Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: REQUIRED to 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: DONE

Backported into `ruby_2_2` branch at r52717.

----------------------------------------
Bug #11451: MRI crashes with 'Stack inconsistency error' when a method which yields is called recursively in a particular way
https://bugs.ruby-lang.org/issues/11451#change-55029

* Author: Alex Dowad
* Status: Closed
* Priority: Normal
* Assignee: Koichi Sasada
* ruby -v: 2.3.0dev, also present in 2.2.2
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: DONE
----------------------------------------
Dear Ruby people,

How are you? The other day, someone reported that a gem I maintain was crashing under MRI 2.2.2. I traced it through with GDB, found where it was going wrong, and wrote a tiny little patch which makes the crash go away. (Yay!) Can you look at this and check that this patch won't cause any other problems?

Thanks,
Alex Dowad

---Files--------------------------------
repro.rb (283 Bytes)
0001-Fix-crash-caused-by-recursive-yield-to-blocks-with-d.patch (1.48 KB)


-- 
https://bugs.ruby-lang.org/

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

end of thread, other threads:[~2015-11-23 23:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <redmine.issue-11451.20150817125902@ruby-lang.org>
2015-08-17 12:59 ` [ruby-core:70428] [Ruby trunk - Bug #11451] [Open] MRI crashes with 'Stack inconsistency error' when a method which yields is called recursively in a particular way alexinbeijing
2015-08-17 13:00 ` [ruby-core:70429] [Ruby trunk - Bug #11451] " alexinbeijing
2015-08-18  3:46 ` [ruby-core:70442] [Ruby trunk - Bug #11451] [Assigned] " nobu
2015-08-21  8:38 ` [ruby-core:70504] [Ruby trunk - Bug #11451] " ko1
2015-11-22 15:41 ` [ruby-core:71628] " nagachika00

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