ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:64021] [ruby-trunk - Bug #10093] [Open] SecureRandom.uuid is unstable
       [not found] <redmine.issue-10093.20140726043326@ruby-lang.org>
@ 2014-07-26  4:33 ` thanhman.gm
  2014-07-26  4:56 ` [ruby-core:64025] [ruby-trunk - Bug #10093] " akr
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: thanhman.gm @ 2014-07-26  4:33 UTC (permalink / raw
  To: ruby-core

Issue #10093 has been reported by Man Vuong.

----------------------------------------
Bug #10093: SecureRandom.uuid is unstable
https://bugs.ruby-lang.org/issues/10093

* Author: Man Vuong
* Status: Open
* Priority: Normal
* Assignee: 
* Category: lib
* Target version: current: 2.2.0
* ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin13.0]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
SecureRandom.uuid sometimes generates some value like this:
e7be09bb-e939-43db-9c20-dfad9c27fd3g

And it's not a valid UUID. This problem occurred randomly for me, I don't know how to reproduce :(



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

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

* [ruby-core:64025] [ruby-trunk - Bug #10093] SecureRandom.uuid is unstable
       [not found] <redmine.issue-10093.20140726043326@ruby-lang.org>
  2014-07-26  4:33 ` [ruby-core:64021] [ruby-trunk - Bug #10093] [Open] SecureRandom.uuid is unstable thanhman.gm
@ 2014-07-26  4:56 ` akr
  2014-07-26  5:52 ` [ruby-core:64036] " nobu
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: akr @ 2014-07-26  4:56 UTC (permalink / raw
  To: ruby-core

Issue #10093 has been updated by Akira Tanaka.


Why is it not a valid UUID?

----------------------------------------
Bug #10093: SecureRandom.uuid is unstable
https://bugs.ruby-lang.org/issues/10093#change-48038

* Author: Man Vuong
* Status: Open
* Priority: Normal
* Assignee: 
* Category: lib
* Target version: current: 2.2.0
* ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin13.0]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
SecureRandom.uuid sometimes generates some value like this:
e7be09bb-e939-43db-9c20-dfad9c27fd3g

And it's not a valid UUID. This problem occurred randomly for me, I don't know how to reproduce :(



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

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

* [ruby-core:64036] [ruby-trunk - Bug #10093] SecureRandom.uuid is unstable
       [not found] <redmine.issue-10093.20140726043326@ruby-lang.org>
  2014-07-26  4:33 ` [ruby-core:64021] [ruby-trunk - Bug #10093] [Open] SecureRandom.uuid is unstable thanhman.gm
  2014-07-26  4:56 ` [ruby-core:64025] [ruby-trunk - Bug #10093] " akr
@ 2014-07-26  5:52 ` nobu
  2014-07-27 10:47 ` [ruby-core:64073] " thanhman.gm
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: nobu @ 2014-07-26  5:52 UTC (permalink / raw
  To: ruby-core

Issue #10093 has been updated by Nobuyoshi Nakada.


'g' at the end?

----------------------------------------
Bug #10093: SecureRandom.uuid is unstable
https://bugs.ruby-lang.org/issues/10093#change-48049

* Author: Man Vuong
* Status: Open
* Priority: Normal
* Assignee: 
* Category: lib
* Target version: current: 2.2.0
* ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin13.0]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
SecureRandom.uuid sometimes generates some value like this:
e7be09bb-e939-43db-9c20-dfad9c27fd3g

And it's not a valid UUID. This problem occurred randomly for me, I don't know how to reproduce :(



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

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

* [ruby-core:64073] [ruby-trunk - Bug #10093] SecureRandom.uuid is unstable
       [not found] <redmine.issue-10093.20140726043326@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2014-07-26  5:52 ` [ruby-core:64036] " nobu
@ 2014-07-27 10:47 ` thanhman.gm
  2014-07-27 10:49 ` [ruby-core:64074] " thanhman.gm
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: thanhman.gm @ 2014-07-27 10:47 UTC (permalink / raw
  To: ruby-core

Issue #10093 has been updated by Man Vuong.


Ya, it seems that all wrong UUID are ended with 'g', here is another one:
0e6cf5ef-0afd-4854-8130-ac6144ddd70g



----------------------------------------
Bug #10093: SecureRandom.uuid is unstable
https://bugs.ruby-lang.org/issues/10093#change-48083

* Author: Man Vuong
* Status: Open
* Priority: Normal
* Assignee: 
* Category: lib
* Target version: current: 2.2.0
* ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin13.0]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
SecureRandom.uuid sometimes generates some value like this:
e7be09bb-e939-43db-9c20-dfad9c27fd3g

And it's not a valid UUID. This problem occurred randomly for me, I don't know how to reproduce :(



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

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

* [ruby-core:64074] [ruby-trunk - Bug #10093] SecureRandom.uuid is unstable
       [not found] <redmine.issue-10093.20140726043326@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2014-07-27 10:47 ` [ruby-core:64073] " thanhman.gm
@ 2014-07-27 10:49 ` thanhman.gm
  2014-08-06 13:09 ` [ruby-core:64231] [ruby-trunk - Bug #10093] [Feedback] " akr
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: thanhman.gm @ 2014-07-27 10:49 UTC (permalink / raw
  To: ruby-core

Issue #10093 has been updated by Man Vuong.


Valid UUID should match `/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/i`

----------------------------------------
Bug #10093: SecureRandom.uuid is unstable
https://bugs.ruby-lang.org/issues/10093#change-48084

* Author: Man Vuong
* Status: Open
* Priority: Normal
* Assignee: 
* Category: lib
* Target version: current: 2.2.0
* ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin13.0]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
SecureRandom.uuid sometimes generates some value like this:
e7be09bb-e939-43db-9c20-dfad9c27fd3g

And it's not a valid UUID. This problem occurred randomly for me, I don't know how to reproduce :(



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

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

* [ruby-core:64231] [ruby-trunk - Bug #10093] [Feedback] SecureRandom.uuid is unstable
       [not found] <redmine.issue-10093.20140726043326@ruby-lang.org>
                   ` (4 preceding siblings ...)
  2014-07-27 10:49 ` [ruby-core:64074] " thanhman.gm
@ 2014-08-06 13:09 ` akr
  2014-08-06 14:49 ` [ruby-core:64233] [ruby-trunk - Bug #10093] " nobu
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: akr @ 2014-08-06 13:09 UTC (permalink / raw
  To: ruby-core

Issue #10093 has been updated by Akira Tanaka.

Status changed from Open to Feedback

I see.  "g" is not a valid character for UUID.

However I couldn't reproduce the problem.

I run following script but no problem happened in several days.

```
% ruby -v -rsecurerandom -e '
STDOUT.sync = true
while true
  uuid = SecureRandom.uuid
  if /\A[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}\z/ !~ uuid
    p uuid
  end
end'
ruby 2.2.0dev (2014-06-11 trunk 46400) [x86_64-linux]
```

Can anyone reproduce the problem?

Anyway, the method uses String#% as follows.

```
"%08x-%04x-%04x-%04x-%04x%08x" % ary
```

So "g" should not be produced unless String#% has a problem.

----------------------------------------
Bug #10093: SecureRandom.uuid is unstable
https://bugs.ruby-lang.org/issues/10093#change-48223

* Author: Man Vuong
* Status: Feedback
* Priority: Normal
* Assignee: 
* Category: lib
* Target version: current: 2.2.0
* ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin13.0]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
SecureRandom.uuid sometimes generates some value like this:
e7be09bb-e939-43db-9c20-dfad9c27fd3g

And it's not a valid UUID. This problem occurred randomly for me, I don't know how to reproduce :(



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

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

* [ruby-core:64233] [ruby-trunk - Bug #10093] SecureRandom.uuid is unstable
       [not found] <redmine.issue-10093.20140726043326@ruby-lang.org>
                   ` (5 preceding siblings ...)
  2014-08-06 13:09 ` [ruby-core:64231] [ruby-trunk - Bug #10093] [Feedback] " akr
@ 2014-08-06 14:49 ` nobu
  2014-08-07 20:17 ` [ruby-core:64246] " thanhman.gm
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: nobu @ 2014-08-06 14:49 UTC (permalink / raw
  To: ruby-core

Issue #10093 has been updated by Nobuyoshi Nakada.


I suspect it might be generated by `String#succ`.

----------------------------------------
Bug #10093: SecureRandom.uuid is unstable
https://bugs.ruby-lang.org/issues/10093#change-48224

* Author: Man Vuong
* Status: Feedback
* Priority: Normal
* Assignee: 
* Category: lib
* Target version: current: 2.2.0
* ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin13.0]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
SecureRandom.uuid sometimes generates some value like this:
e7be09bb-e939-43db-9c20-dfad9c27fd3g

And it's not a valid UUID. This problem occurred randomly for me, I don't know how to reproduce :(



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

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

* [ruby-core:64246] [ruby-trunk - Bug #10093] SecureRandom.uuid is unstable
       [not found] <redmine.issue-10093.20140726043326@ruby-lang.org>
                   ` (6 preceding siblings ...)
  2014-08-06 14:49 ` [ruby-core:64233] [ruby-trunk - Bug #10093] " nobu
@ 2014-08-07 20:17 ` thanhman.gm
  2014-08-07 21:18 ` [ruby-core:64247] " thanhman.gm
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: thanhman.gm @ 2014-08-07 20:17 UTC (permalink / raw
  To: ruby-core

Issue #10093 has been updated by Man Vuong.


hmm, it could be the problem, let me try to figure out.

----------------------------------------
Bug #10093: SecureRandom.uuid is unstable
https://bugs.ruby-lang.org/issues/10093#change-48235

* Author: Man Vuong
* Status: Feedback
* Priority: Normal
* Assignee: 
* Category: lib
* Target version: current: 2.2.0
* ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin13.0]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
SecureRandom.uuid sometimes generates some value like this:
e7be09bb-e939-43db-9c20-dfad9c27fd3g

And it's not a valid UUID. This problem occurred randomly for me, I don't know how to reproduce :(



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

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

* [ruby-core:64247] [ruby-trunk - Bug #10093] SecureRandom.uuid is unstable
       [not found] <redmine.issue-10093.20140726043326@ruby-lang.org>
                   ` (7 preceding siblings ...)
  2014-08-07 20:17 ` [ruby-core:64246] " thanhman.gm
@ 2014-08-07 21:18 ` thanhman.gm
  2014-08-07 21:19 ` [ruby-core:64248] " thanhman.gm
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: thanhman.gm @ 2014-08-07 21:18 UTC (permalink / raw
  To: ruby-core

Issue #10093 has been updated by Man Vuong.


I just found out the problem, the root cause is because a bug in one of gems I'm using which it does something like this:

```
"e7be09bb-e939-43db-9c20-dfad9c27fd3f".next
```

And in result is the invalid UUID with `g`.

I confirmed this is not related to SecureRandom.uuid.
My bad, I'm very sorry.
Thank you for your time and concern on my inappropriate ticket :P

----------------------------------------
Bug #10093: SecureRandom.uuid is unstable
https://bugs.ruby-lang.org/issues/10093#change-48236

* Author: Man Vuong
* Status: Feedback
* Priority: Normal
* Assignee: 
* Category: lib
* Target version: current: 2.2.0
* ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin13.0]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
SecureRandom.uuid sometimes generates some value like this:
e7be09bb-e939-43db-9c20-dfad9c27fd3g

And it's not a valid UUID. This problem occurred randomly for me, I don't know how to reproduce :(



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

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

* [ruby-core:64248] [ruby-trunk - Bug #10093] SecureRandom.uuid is unstable
       [not found] <redmine.issue-10093.20140726043326@ruby-lang.org>
                   ` (8 preceding siblings ...)
  2014-08-07 21:18 ` [ruby-core:64247] " thanhman.gm
@ 2014-08-07 21:19 ` thanhman.gm
  2014-08-07 21:38 ` [ruby-core:64249] [ruby-trunk - Bug #10093] [Third Party's Issue] " nobu
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: thanhman.gm @ 2014-08-07 21:19 UTC (permalink / raw
  To: ruby-core

Issue #10093 has been updated by Man Vuong.


This ticket should be closed.

----------------------------------------
Bug #10093: SecureRandom.uuid is unstable
https://bugs.ruby-lang.org/issues/10093#change-48237

* Author: Man Vuong
* Status: Feedback
* Priority: Normal
* Assignee: 
* Category: lib
* Target version: current: 2.2.0
* ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin13.0]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
SecureRandom.uuid sometimes generates some value like this:
e7be09bb-e939-43db-9c20-dfad9c27fd3g

And it's not a valid UUID. This problem occurred randomly for me, I don't know how to reproduce :(



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

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

* [ruby-core:64249] [ruby-trunk - Bug #10093] [Third Party's Issue] SecureRandom.uuid is unstable
       [not found] <redmine.issue-10093.20140726043326@ruby-lang.org>
                   ` (9 preceding siblings ...)
  2014-08-07 21:19 ` [ruby-core:64248] " thanhman.gm
@ 2014-08-07 21:38 ` nobu
  2017-05-26 13:54 ` [ruby-core:81392] [Ruby trunk Bug#10093] SecureRandom.uuid is not valid v4 or RFC 4122 im
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: nobu @ 2014-08-07 21:38 UTC (permalink / raw
  To: ruby-core

Issue #10093 has been updated by Nobuyoshi Nakada.

Status changed from Feedback to Third Party's Issue

----------------------------------------
Bug #10093: SecureRandom.uuid is unstable
https://bugs.ruby-lang.org/issues/10093#change-48238

* Author: Man Vuong
* Status: Third Party's Issue
* Priority: Normal
* Assignee: 
* Category: lib
* Target version: current: 2.2.0
* ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin13.0]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
SecureRandom.uuid sometimes generates some value like this:
e7be09bb-e939-43db-9c20-dfad9c27fd3g

And it's not a valid UUID. This problem occurred randomly for me, I don't know how to reproduce :(



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

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

* [ruby-core:81392] [Ruby trunk Bug#10093] SecureRandom.uuid is not valid v4 or RFC 4122
       [not found] <redmine.issue-10093.20140726043326@ruby-lang.org>
                   ` (10 preceding siblings ...)
  2014-08-07 21:38 ` [ruby-core:64249] [ruby-trunk - Bug #10093] [Third Party's Issue] " nobu
@ 2017-05-26 13:54 ` im
  2017-05-26 14:25 ` [ruby-core:81393] [Ruby trunk Bug#10093] SecureRandom.uuid is not valid v4 and/or " usa
  2017-05-26 21:31 ` [ruby-core:81402] " im
  13 siblings, 0 replies; 14+ messages in thread
From: im @ 2017-05-26 13:54 UTC (permalink / raw
  To: ruby-core

Issue #10093 has been updated by kulikov-im (Evgeniy Kulikov).

Subject changed from SecureRandom.uuid is unstable to SecureRandom.uuid is not valid v4 or RFC 4122
ruby -v changed from ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin13.0] to ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-darwin16]

https://www.ietf.org/rfc/rfc4122.txt (#4.4)
---

current test is https://github.com/ruby/ruby/blob/ruby_2_4/test/test_securerandom.rb#L174

```ruby
def test_uuid
  uuid = @it.uuid
  assert_equal(36, uuid.size)
  assert_match(/\A\h{8}-\h{4}-\h{4}-\h{4}-\h{12}\z/, uuid)
end
```

thats not valid

Here Golang example of test-case - https://github.com/satori/go.uuid/blob/master/uuid_test.go#L589

must check:

- UUID Version

```ruby
uuid.bytes[6] >> 4 == 4
```

- RFC4122

```ruby
(uuid.bytes[8] & 0xc0) | 0x80 == 0x80
```

valid test-case is:

```ruby
def test_uuid
  uuid = @it.uuid

  assert_equal(36, uuid.size)

  # Check UUID Version:
  assert_equal(uuid.bytes[6] >> 4, 4)

  # Check RFC4122
  assert_equal((uuid[8] & 0xc0) | 0x80, 0x80)

  assert_match(/\A\h{8}-\h{4}-\h{4}-\h{4}-\h{12}\z/, uuid)
end
```

----------------------------------------
Bug #10093: SecureRandom.uuid is not valid v4 or RFC 4122
https://bugs.ruby-lang.org/issues/10093#change-65105

* Author: kidlab (Man Vuong)
* Status: Third Party's Issue
* Priority: Normal
* Assignee: 
* Target version: 2.2.0
* ruby -v: ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-darwin16]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
SecureRandom.uuid sometimes generates some value like this:
e7be09bb-e939-43db-9c20-dfad9c27fd3g

And it's not a valid UUID. This problem occurred randomly for me, I don't know how to reproduce :(



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

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

* [ruby-core:81393] [Ruby trunk Bug#10093] SecureRandom.uuid is not valid v4 and/or RFC 4122
       [not found] <redmine.issue-10093.20140726043326@ruby-lang.org>
                   ` (11 preceding siblings ...)
  2017-05-26 13:54 ` [ruby-core:81392] [Ruby trunk Bug#10093] SecureRandom.uuid is not valid v4 or RFC 4122 im
@ 2017-05-26 14:25 ` usa
  2017-05-26 21:31 ` [ruby-core:81402] " im
  13 siblings, 0 replies; 14+ messages in thread
From: usa @ 2017-05-26 14:25 UTC (permalink / raw
  To: ruby-core

Issue #10093 has been updated by usa (Usaku NAKAMURA).


Please do not reuse past tickets.

----------------------------------------
Bug #10093: SecureRandom.uuid is not valid v4 and/or RFC 4122
https://bugs.ruby-lang.org/issues/10093#change-65107

* Author: kidlab (Man Vuong)
* Status: Third Party's Issue
* Priority: Normal
* Assignee: 
* Target version: 2.2.0
* ruby -v: ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-darwin16]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
SecureRandom.uuid sometimes generates some value like this:
e7be09bb-e939-43db-9c20-dfad9c27fd3g

And it's not a valid UUID. This problem occurred randomly for me, I don't know how to reproduce :(



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

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

* [ruby-core:81402] [Ruby trunk Bug#10093] SecureRandom.uuid is not valid v4 and/or RFC 4122
       [not found] <redmine.issue-10093.20140726043326@ruby-lang.org>
                   ` (12 preceding siblings ...)
  2017-05-26 14:25 ` [ruby-core:81393] [Ruby trunk Bug#10093] SecureRandom.uuid is not valid v4 and/or " usa
@ 2017-05-26 21:31 ` im
  13 siblings, 0 replies; 14+ messages in thread
From: im @ 2017-05-26 21:31 UTC (permalink / raw
  To: ruby-core

Issue #10093 has been updated by kulikov-im (Evgeniy Kulikov).


usa (Usaku NAKAMURA) wrote:
> Please do not reuse past tickets.

Open new issue https://bugs.ruby-lang.org/issues/13603

----------------------------------------
Bug #10093: SecureRandom.uuid is not valid v4 and/or RFC 4122
https://bugs.ruby-lang.org/issues/10093#change-65111

* Author: kidlab (Man Vuong)
* Status: Third Party's Issue
* Priority: Normal
* Assignee: 
* Target version: 2.2.0
* ruby -v: ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-darwin16]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
SecureRandom.uuid sometimes generates some value like this:
e7be09bb-e939-43db-9c20-dfad9c27fd3g

And it's not a valid UUID. This problem occurred randomly for me, I don't know how to reproduce :(



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

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

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

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-10093.20140726043326@ruby-lang.org>
2014-07-26  4:33 ` [ruby-core:64021] [ruby-trunk - Bug #10093] [Open] SecureRandom.uuid is unstable thanhman.gm
2014-07-26  4:56 ` [ruby-core:64025] [ruby-trunk - Bug #10093] " akr
2014-07-26  5:52 ` [ruby-core:64036] " nobu
2014-07-27 10:47 ` [ruby-core:64073] " thanhman.gm
2014-07-27 10:49 ` [ruby-core:64074] " thanhman.gm
2014-08-06 13:09 ` [ruby-core:64231] [ruby-trunk - Bug #10093] [Feedback] " akr
2014-08-06 14:49 ` [ruby-core:64233] [ruby-trunk - Bug #10093] " nobu
2014-08-07 20:17 ` [ruby-core:64246] " thanhman.gm
2014-08-07 21:18 ` [ruby-core:64247] " thanhman.gm
2014-08-07 21:19 ` [ruby-core:64248] " thanhman.gm
2014-08-07 21:38 ` [ruby-core:64249] [ruby-trunk - Bug #10093] [Third Party's Issue] " nobu
2017-05-26 13:54 ` [ruby-core:81392] [Ruby trunk Bug#10093] SecureRandom.uuid is not valid v4 or RFC 4122 im
2017-05-26 14:25 ` [ruby-core:81393] [Ruby trunk Bug#10093] SecureRandom.uuid is not valid v4 and/or " usa
2017-05-26 21:31 ` [ruby-core:81402] " im

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