Project

General

Profile

Actions

Bug #5269

closed

All ThreadError in PStore transaction will be caught and replaced with PStore::Error

Added by Glass_saga (Masaki Matsushita) over 12 years ago. Updated over 11 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 1.9.4dev (2011-09-02 trunk 33165) [x86_64-linux]
Backport:
[ruby-core:39238]

Description

=begin
I noticed all ThreadError in PStore transaction will be caught and replaced with PStore::Error.

Here is an example:

require 'pstore'

ps = PStore.new("hoge")
ps.transaction do
 raise ThreadError
end

The ThreadError was replaced with PStore::Error.

/usr/local/lib/ruby/1.9.1/pstore.rb:342:in rescue in transaction': nested transaction (PStore::Error) from /usr/local/lib/ruby/1.9.1/pstore.rb:312:in transaction'
from pstore_rescue.rb:4:in `'

I wrote and attached a patch. Patched PStore passes in test/test_pstore.rb.
=end


Files

patch.diff (880 Bytes) patch.diff Glass_saga (Masaki Matsushita), 09/03/2011 11:24 AM
patch.diff (922 Bytes) patch.diff Glass_saga (Masaki Matsushita), 09/23/2011 08:47 PM
Actions #1

Updated by Glass_saga (Masaki Matsushita) over 12 years ago

I amended the patch.
Rescue modifier can't be specified exception class to catch.

Updated by ko1 (Koichi Sasada) about 12 years ago

  • Assignee set to nahi (Hiroshi Nakamura)
Actions #3

Updated by shyouhei (Shyouhei Urabe) about 12 years ago

  • Status changed from Open to Assigned
Actions #4

Updated by Anonymous over 11 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r37617.
Masaki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


  • lib/pstore.rb (PStore): fix not to replace ThreadError raised in
    #transaction block with PStore::Error.
    [ruby-core:39238] [Bug #5269]
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0