[#4522] Undefined Errno::EPROTO and the like raises NameError — "Florian Frank" <flori@...>
Hi,
[#4533] giving acces readline to rl_line_buffer — "Cs. Henk" <csaba-ml@...>
Hi!
[#4548] Ruby 1.8.2 array of hash entries functions incorrectly — noreply@...
Bugs item #1613, was opened at 2005-03-09 19:49
[#4561] rb_reg_quote weirdness — Nikolai Weibull <mailing-lists.ruby-core@...>
(Two weirdnesses in one day.)
Hi,
[#4567] Immutable Ropes — Nikolai Weibull <mailing-lists.ruby-core@...>
Note how I didn't write "Immutable Strings" in the subject.
[#4575] Allowing "?" in struct members — "Berger, Daniel" <Daniel.Berger@...>
Hi all,
[#4587] 0**0==1? — Bertram Scharpf <lists@...>
Hi,
[#4595] New block syntax — Daniel Amelang <daniel.amelang@...>
I'm really sorry if this isn't the place to talk about this. I've
Daniel Amelang wrote:
Hi --
On Monday 21 March 2005 16:17, David A. Black wrote:
Hi --
Hey David, I think that we've had some misunderstandings due to
Hi --
On Wednesday 30 March 2005 20:55, David A. Black wrote:
On Sunday 20 March 2005 21:31, Daniel Amelang wrote:
[#4601] Re: New block syntax — "Berger, Daniel" <Daniel.Berger@...>
> -----Original Message-----
[#4611] want_object? - possible? — "Berger, Daniel" <Daniel.Berger@...>
Hi all,
[#4619] Re: want_object? - possible? — Daniel Berger <djberg96@...>
--- nobu.nokada@softhome.net wrote:
Hi --
On 3/24/05, David A. Black <dblack@wobblini.net> wrote:
Hi --
On 4/14/05, David A. Black <dblack@wobblini.net> wrote:
On 14 Apr 2005, at 22:20, Mark Hubbart wrote:
On 4/15/05, Eric Hodel <drbrain@segment7.net> wrote:
[#4622] tempfile.rb — Tilman Sauerbeck <tilman@...>
Hi,
[#4648] about REXML::Encoding — speakillof <speakillof@...>
Hi.
On Thursday 31 March 2005 09:44, speakillof wrote:
Hi.
I've tested, applied, and committed your Encoding patch, Nobu.
Hi,
[ ruby-Bugs-1641 ] webrick server sometimes bus errors - sometimes hangs
Bugs item #1641, was opened at 2005-03-17 14:48
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=1641&group_id=426
Category: Standard Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Bill Dolinar (bdolinar)
Assigned to: Nobody (None)
Summary: webrick server sometimes bus errors - sometimes hangs
Initial Comment:
Webrick server randomly hangs:
bill:ToDo> ./script/server
=> Rails application started on http://0.0.0.0:3000
[2005-03-17 14:38:03] INFO WEBrick 1.3.1
[2005-03-17 14:38:03] INFO ruby 1.8.2 (2005-03-17) [powerpc-darwin7.8.0]
[2005-03-17 14:38:03] WARN TCPServer Error: Address already in use - bind(2)
[2005-03-17 14:38:03] INFO WEBrick::HTTPServer#start: pid=13526 port=3000
127.0.0.1 - - [17/Mar/2005:14:38:08 MST] "GET /categories/show/4 HTTP/1.1" 200 404
- -> /categories/show/4
127.0.0.1 - - [17/Mar/2005:14:38:12 MST] "GET /categories/list HTTP/1.1" 200 1551
http://localhost:3000/categories/show/4 -> /categories/list
127.0.0.1 - - [17/Mar/2005:14:38:15 MST] "GET /categories/new HTTP/1.1" 200 730
http://localhost:3000/categories/list -> /categories/new
127.0.0.1 - - [17/Mar/2005:14:38:18 MST] "GET /categories/list HTTP/1.1" 200 1551
http://localhost:3000/categories/new -> /categories/list
127.0.0.1 - - [17/Mar/2005:14:38:23 MST] "GET /categories/show/1 HTTP/1.1" 200 400
http://localhost:3000/categories/list -> /categories/show/1
deadlock 0x24e1440: run:- - /usr/local/lib/ruby/1.8/timeout.rb:42
deadlock 0x1dc790: sleep:ST(1111095506.464985) (main) - /usr/local/lib/ruby/1.8/webrick/server.rb:88
deadlock 0x2520618: sleep:T(1111095535.828974) - /usr/local/lib/ruby/1.8/timeout.rb:42
[2005-03-17 14:38:25] ERROR fatal: Thread(0x2520618): deadlock
/usr/local/lib/ruby/1.8/timeout.rb:42:in `start'
Webrick server randomly (but frequently) crashes with a bus error:
bill:ToDo> ./script/server
=> Rails application started on http://0.0.0.0:3000
[2005-03-17 14:37:03] INFO WEBrick 1.3.1
[2005-03-17 14:37:03] INFO ruby 1.8.2 (2005-03-17) [powerpc-darwin7.8.0]
[2005-03-17 14:37:03] WARN TCPServer Error: Address already in use - bind(2)
[2005-03-17 14:37:03] INFO WEBrick::HTTPServer#start: pid=13518 port=3000
127.0.0.1 - - [17/Mar/2005:14:37:26 MST] "GET /categories/list HTTP/1.1" 200 1553
- -> /categories/list
127.0.0.1 - - [17/Mar/2005:14:37:27 MST] "GET /stylesheets/scaffold.css HTTP/1.1" 200 916
http://localhost:3000/categories/list -> /stylesheets/scaffold.css
127.0.0.1 - - [17/Mar/2005:14:37:34 MST] "GET /categories/edit/4 HTTP/1.1" 200 795
http://localhost:3000/categories/list -> /categories/edit/4
127.0.0.1 - - [17/Mar/2005:14:37:42 MST] "POST /categories/update HTTP/1.1" 302 105
http://localhost:3000/categories/edit/4 -> /categories/update
deadlock 0x24c1f64: run:-/usr/local/lib/ruby/1.8/timeout.rb:42: [BUG] Bus Error
ruby 1.8.2 (2005-03-17) [powerpc-darwin7.8.0]
Running the "Rails in 4 days" example part way through day 2 with sqlite3 for the database. Mac OS X 10.3.8 with Xcode 1.5. Happens for both 2005-03-17 copy from cvs, 1.8.2 built from code, and 1.8.2 from http://homepage.mac.com/discord/Ruby/.
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=1641&group_id=426