ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:72701] [Ruby trunk - Bug #11946] [Open] Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
       [not found] <redmine.issue-11946.20160104133419@ruby-lang.org>
@ 2016-01-04 13:34 ` felix
  2016-01-04 14:34 ` [ruby-core:72703] [Ruby trunk - Bug #11946] " nobu
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: felix @ 2016-01-04 13:34 UTC (permalink / raw
  To: ruby-core

Issue #11946 has been reported by Felix Mohnert.

----------------------------------------
Bug #11946: Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
https://bugs.ruby-lang.org/issues/11946

* Author: Felix Mohnert
* Status: Open
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* ruby -v: 2.3.0
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------
Starting the Rails server or running specs for one of our applications results in:

~~~
Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
Abort trap: 6
~~~

Previous Ruby versions didn't cause a problem. I wasn't able to to find out what exactly causes it, if you know how to produce a better log here, I'm glad to provide it.



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

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

* [ruby-core:72703] [Ruby trunk - Bug #11946] Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
       [not found] <redmine.issue-11946.20160104133419@ruby-lang.org>
  2016-01-04 13:34 ` [ruby-core:72701] [Ruby trunk - Bug #11946] [Open] Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075 felix
@ 2016-01-04 14:34 ` nobu
  2016-01-04 17:10 ` [ruby-core:72707] " adamstockland
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: nobu @ 2016-01-04 14:34 UTC (permalink / raw
  To: ruby-core

Issue #11946 has been updated by Nobuyoshi Nakada.


Do you have short code to reproduce it, and what platform?
Or if it is reproducible, then run that application from debugger.
`.gdbinit` for gdb is bundled with the source, break at the line and try `rp` macro to see the content of `orig` and `shared`.

----------------------------------------
Bug #11946: Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
https://bugs.ruby-lang.org/issues/11946#change-55952

* Author: Felix Mohnert
* Status: Open
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* ruby -v: 2.3.0
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------
Starting the Rails server or running specs for one of our applications results in:

~~~
Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
Abort trap: 6
~~~

Previous Ruby versions didn't cause a problem. I wasn't able to to find out what exactly causes it, if you know how to produce a better log here, I'm glad to provide it.



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

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

* [ruby-core:72707] [Ruby trunk - Bug #11946] Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
       [not found] <redmine.issue-11946.20160104133419@ruby-lang.org>
  2016-01-04 13:34 ` [ruby-core:72701] [Ruby trunk - Bug #11946] [Open] Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075 felix
  2016-01-04 14:34 ` [ruby-core:72703] [Ruby trunk - Bug #11946] " nobu
@ 2016-01-04 17:10 ` adamstockland
  2016-01-05 13:11 ` [ruby-core:72715] " felix
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: adamstockland @ 2016-01-04 17:10 UTC (permalink / raw
  To: ruby-core

Issue #11946 has been updated by Adam Stockland.


I have the exact same problem and message. Wish I had more to add, but I don't. I came on to add an issue and saw Felix beat me to it.  I'll follow this issue and participate as I can. 

Felix Mohnert wrote:
> Starting the Rails server or running specs for one of our applications results in:
> 
> ~~~
> Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
> Abort trap: 6
> ~~~
> 
> Previous Ruby versions didn't cause a problem. I wasn't able to to find out what exactly causes it, if you know how to produce a better log here, I'm glad to provide it.



----------------------------------------
Bug #11946: Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
https://bugs.ruby-lang.org/issues/11946#change-55955

* Author: Felix Mohnert
* Status: Open
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* ruby -v: 2.3.0
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------
Starting the Rails server or running specs for one of our applications results in:

~~~
Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
Abort trap: 6
~~~

Previous Ruby versions didn't cause a problem. I wasn't able to to find out what exactly causes it, if you know how to produce a better log here, I'm glad to provide it.



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

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

* [ruby-core:72715] [Ruby trunk - Bug #11946] Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
       [not found] <redmine.issue-11946.20160104133419@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2016-01-04 17:10 ` [ruby-core:72707] " adamstockland
@ 2016-01-05 13:11 ` felix
  2016-01-19  4:46 ` [ruby-core:72925] " fredngo
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: felix @ 2016-01-05 13:11 UTC (permalink / raw
  To: ruby-core

Issue #11946 has been updated by Felix Mohnert.


Nobuyoshi Nakada wrote:
> Do you have short code to reproduce it, and what platform?

I do not have code to reproduce it but I'm trying to provide you with a snippet today.

OS X 10.11.2
Ruby 2.3
Rails 4.2.0


----------------------------------------
Bug #11946: Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
https://bugs.ruby-lang.org/issues/11946#change-55965

* Author: Felix Mohnert
* Status: Open
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* ruby -v: 2.3.0
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------
Starting the Rails server or running specs for one of our applications results in:

~~~
Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
Abort trap: 6
~~~

Previous Ruby versions didn't cause a problem. I wasn't able to to find out what exactly causes it, if you know how to produce a better log here, I'm glad to provide it.



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

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

* [ruby-core:72925] [Ruby trunk - Bug #11946] Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
       [not found] <redmine.issue-11946.20160104133419@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2016-01-05 13:11 ` [ruby-core:72715] " felix
@ 2016-01-19  4:46 ` fredngo
  2016-02-02 23:28 ` [ruby-core:73659] [Ruby trunk Bug#11946]Assertion " bjmllr
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: fredngo @ 2016-01-19  4:46 UTC (permalink / raw
  To: ruby-core

Issue #11946 has been updated by Fred Ngo.


Confirming for me also. I have traced the problem to this line:

https://github.com/rails/rails/blob/v4.2.5/actionpack/lib/action_dispatch/routing/route_set.rb#L546

in the call to name.to_s.match(/^[_a-z]\w*$/i). Specifically, when match() is called.

The strange thing is that when I substitute name.to_s.freeze.match(/^[_a-z]\w*$/i) then it passes without the core dump failure.

The other thing is that this line doesn't always fail, it only fails on some routes. I have no idea why, because the name is always a string class, and a valid string. 

Ruby 2.3.0
Rails 4.2.5

As Felix says, this is no a problem with Ruby 2.2.4.



----------------------------------------
Bug #11946: Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
https://bugs.ruby-lang.org/issues/11946#change-56154

* Author: Felix Mohnert
* Status: Open
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* ruby -v: 2.3.0
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------
Starting the Rails server or running specs for one of our applications results in:

~~~
Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
Abort trap: 6
~~~

Previous Ruby versions didn't cause a problem. I wasn't able to to find out what exactly causes it, if you know how to produce a better log here, I'm glad to provide it.



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

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

* [ruby-core:73659] [Ruby trunk Bug#11946]Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
       [not found] <redmine.issue-11946.20160104133419@ruby-lang.org>
                   ` (4 preceding siblings ...)
  2016-01-19  4:46 ` [ruby-core:72925] " fredngo
@ 2016-02-02 23:28 ` bjmllr
  2016-02-03  3:18 ` [ruby-core:73661] [Ruby trunk Bug#11946][Assigned]Assertion " naruse
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: bjmllr @ 2016-02-02 23:28 UTC (permalink / raw
  To: ruby-core

Issue #11946 has been updated by Ben Miller.

File bug11946.rb added

I was able to reduce to a script that doesn't need any gems. I'm using Arch Linux.

----------------------------------------
Bug #11946: Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
https://bugs.ruby-lang.org/issues/11946#change-56849

* Author: Felix Mohnert
* Status: Open
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* ruby -v: 2.3.0
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------
Starting the Rails server or running specs for one of our applications results in:

~~~
Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
Abort trap: 6
~~~

Previous Ruby versions didn't cause a problem. I wasn't able to to find out what exactly causes it, if you know how to produce a better log here, I'm glad to provide it.

---Files--------------------------------
bug11946.rb (294 Bytes)


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

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

* [ruby-core:73661] [Ruby trunk Bug#11946][Assigned]Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
       [not found] <redmine.issue-11946.20160104133419@ruby-lang.org>
                   ` (5 preceding siblings ...)
  2016-02-02 23:28 ` [ruby-core:73659] [Ruby trunk Bug#11946]Assertion " bjmllr
@ 2016-02-03  3:18 ` naruse
  2016-02-03  9:59 ` [ruby-core:73669] [Ruby trunk Bug#11946] Assertion " felix
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: naruse @ 2016-02-03  3:18 UTC (permalink / raw
  To: ruby-core

Issue #11946 has been updated by Yui NARUSE.

Status changed from Open to Assigned
Assignee changed from Nobuyoshi Nakada to Yui NARUSE
Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN to 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONTNEED, 2.3: REQUIRED

Ben Miller wrote:
> I was able to reduce to a script that doesn't need any gems. I'm using Arch Linux.

This is so helpful!
I identify the issue! 

----------------------------------------
Bug #11946: Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
https://bugs.ruby-lang.org/issues/11946#change-56851

* Author: Felix Mohnert
* Status: Assigned
* Priority: Normal
* Assignee: Yui NARUSE
* ruby -v: 2.3.0
* Backport: 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONTNEED, 2.3: REQUIRED
----------------------------------------
Starting the Rails server or running specs for one of our applications results in:

~~~
Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
Abort trap: 6
~~~

Previous Ruby versions didn't cause a problem. I wasn't able to to find out what exactly causes it, if you know how to produce a better log here, I'm glad to provide it.

---Files--------------------------------
bug11946.rb (294 Bytes)


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

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

* [ruby-core:73669] [Ruby trunk Bug#11946] Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
       [not found] <redmine.issue-11946.20160104133419@ruby-lang.org>
                   ` (6 preceding siblings ...)
  2016-02-03  3:18 ` [ruby-core:73661] [Ruby trunk Bug#11946][Assigned]Assertion " naruse
@ 2016-02-03  9:59 ` felix
  2016-02-11  3:54 ` [ruby-core:73767] " fredngo
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: felix @ 2016-02-03  9:59 UTC (permalink / raw
  To: ruby-core

Issue #11946 has been updated by Felix Mohnert.


Thank you Ben Miller for providing the script and thanks to you Yui NARUSE for creating the fix!

----------------------------------------
Bug #11946: Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
https://bugs.ruby-lang.org/issues/11946#change-56860

* Author: Felix Mohnert
* Status: Closed
* Priority: Normal
* Assignee: Yui NARUSE
* ruby -v: 2.3.0
* Backport: 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONTNEED, 2.3: REQUIRED
----------------------------------------
Starting the Rails server or running specs for one of our applications results in:

~~~
Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
Abort trap: 6
~~~

Previous Ruby versions didn't cause a problem. I wasn't able to to find out what exactly causes it, if you know how to produce a better log here, I'm glad to provide it.

---Files--------------------------------
bug11946.rb (294 Bytes)


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

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

* [ruby-core:73767] [Ruby trunk Bug#11946] Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
       [not found] <redmine.issue-11946.20160104133419@ruby-lang.org>
                   ` (7 preceding siblings ...)
  2016-02-03  9:59 ` [ruby-core:73669] [Ruby trunk Bug#11946] Assertion " felix
@ 2016-02-11  3:54 ` fredngo
  2016-02-11  6:18 ` [ruby-core:73768] " nobu
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 12+ messages in thread
From: fredngo @ 2016-02-11  3:54 UTC (permalink / raw
  To: ruby-core

Issue #11946 has been updated by Fred Ngo.


Will this be released in a patch level release? Or do we have to wait till 2.3.1?

----------------------------------------
Bug #11946: Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
https://bugs.ruby-lang.org/issues/11946#change-56953

* Author: Felix Mohnert
* Status: Closed
* Priority: Normal
* Assignee: Yui NARUSE
* ruby -v: 2.3.0
* Backport: 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONTNEED, 2.3: REQUIRED
----------------------------------------
Starting the Rails server or running specs for one of our applications results in:

~~~
Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
Abort trap: 6
~~~

Previous Ruby versions didn't cause a problem. I wasn't able to to find out what exactly causes it, if you know how to produce a better log here, I'm glad to provide it.

---Files--------------------------------
bug11946.rb (294 Bytes)


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

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

* [ruby-core:73768] [Ruby trunk Bug#11946] Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
       [not found] <redmine.issue-11946.20160104133419@ruby-lang.org>
                   ` (8 preceding siblings ...)
  2016-02-11  3:54 ` [ruby-core:73767] " fredngo
@ 2016-02-11  6:18 ` nobu
  2016-03-26 18:18 ` [ruby-core:74594] " joe
  2016-03-29 16:30 ` [ruby-core:74711] " naruse
  11 siblings, 0 replies; 12+ messages in thread
From: nobu @ 2016-02-11  6:18 UTC (permalink / raw
  To: ruby-core

Issue #11946 has been updated by Nobuyoshi Nakada.


2.3.1 is the next patch level release.


----------------------------------------
Bug #11946: Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
https://bugs.ruby-lang.org/issues/11946#change-56954

* Author: Felix Mohnert
* Status: Closed
* Priority: Normal
* Assignee: Yui NARUSE
* ruby -v: 2.3.0
* Backport: 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONTNEED, 2.3: REQUIRED
----------------------------------------
Starting the Rails server or running specs for one of our applications results in:

~~~
Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
Abort trap: 6
~~~

Previous Ruby versions didn't cause a problem. I wasn't able to to find out what exactly causes it, if you know how to produce a better log here, I'm glad to provide it.

---Files--------------------------------
bug11946.rb (294 Bytes)


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

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

* [ruby-core:74594] [Ruby trunk Bug#11946] Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
       [not found] <redmine.issue-11946.20160104133419@ruby-lang.org>
                   ` (9 preceding siblings ...)
  2016-02-11  6:18 ` [ruby-core:73768] " nobu
@ 2016-03-26 18:18 ` joe
  2016-03-29 16:30 ` [ruby-core:74711] " naruse
  11 siblings, 0 replies; 12+ messages in thread
From: joe @ 2016-03-26 18:18 UTC (permalink / raw
  To: ruby-core

Issue #11946 has been updated by Joe Sak.


I have the same setup, Rails 4.2, Ruby 2.3, Active Admin, and I got this bug as soon as I installed the country_select gem https://github.com/stefanpenner/country_select

----------------------------------------
Bug #11946: Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
https://bugs.ruby-lang.org/issues/11946#change-57723

* Author: Felix Mohnert
* Status: Closed
* Priority: Normal
* Assignee: Yui NARUSE
* ruby -v: 2.3.0
* Backport: 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONTNEED, 2.3: REQUIRED
----------------------------------------
Starting the Rails server or running specs for one of our applications results in:

~~~
Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
Abort trap: 6
~~~

Previous Ruby versions didn't cause a problem. I wasn't able to to find out what exactly causes it, if you know how to produce a better log here, I'm glad to provide it.

---Files--------------------------------
bug11946.rb (294 Bytes)


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

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

* [ruby-core:74711] [Ruby trunk Bug#11946] Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
       [not found] <redmine.issue-11946.20160104133419@ruby-lang.org>
                   ` (10 preceding siblings ...)
  2016-03-26 18:18 ` [ruby-core:74594] " joe
@ 2016-03-29 16:30 ` naruse
  11 siblings, 0 replies; 12+ messages in thread
From: naruse @ 2016-03-29 16:30 UTC (permalink / raw
  To: ruby-core

Issue #11946 has been updated by Yui NARUSE.

Backport changed from 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONTNEED, 2.3: REQUIRED to 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONTNEED, 2.3: DONE

ruby_2_3 r54416 merged revision(s) 53724.

----------------------------------------
Bug #11946: Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
https://bugs.ruby-lang.org/issues/11946#change-57842

* Author: Felix Mohnert
* Status: Closed
* Priority: Normal
* Assignee: Yui NARUSE
* ruby -v: 2.3.0
* Backport: 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONTNEED, 2.3: DONE
----------------------------------------
Starting the Rails server or running specs for one of our applications results in:

~~~
Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
Abort trap: 6
~~~

Previous Ruby versions didn't cause a problem. I wasn't able to to find out what exactly causes it, if you know how to produce a better log here, I'm glad to provide it.

---Files--------------------------------
bug11946.rb (294 Bytes)


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

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

end of thread, other threads:[~2016-03-29 15:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-11946.20160104133419@ruby-lang.org>
2016-01-04 13:34 ` [ruby-core:72701] [Ruby trunk - Bug #11946] [Open] Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075 felix
2016-01-04 14:34 ` [ruby-core:72703] [Ruby trunk - Bug #11946] " nobu
2016-01-04 17:10 ` [ruby-core:72707] " adamstockland
2016-01-05 13:11 ` [ruby-core:72715] " felix
2016-01-19  4:46 ` [ruby-core:72925] " fredngo
2016-02-02 23:28 ` [ruby-core:73659] [Ruby trunk Bug#11946]Assertion " bjmllr
2016-02-03  3:18 ` [ruby-core:73661] [Ruby trunk Bug#11946][Assigned]Assertion " naruse
2016-02-03  9:59 ` [ruby-core:73669] [Ruby trunk Bug#11946] Assertion " felix
2016-02-11  3:54 ` [ruby-core:73767] " fredngo
2016-02-11  6:18 ` [ruby-core:73768] " nobu
2016-03-26 18:18 ` [ruby-core:74594] " joe
2016-03-29 16:30 ` [ruby-core:74711] " naruse

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