[#63391] GPL and licensing — Daniel Carrera <dcarrera@...>
Hello,
[#63424] 2 classes, same name — Tom Sawyer <transami@...>
did you know Ruby can have mutiple classes defined with the exact same
[#63426] wxRuby, dbf — Nicolay Vasiliev <n.vasiliev@...>
Hello!
[#63439] Re: Local variables & blocks — Brian Candler <B.Candler@...>
> >>>>> "Y" == Yukihiro Matsumoto <matz@ruby-lang.org> writes:
>>>>> "B" == Brian Candler <B.Candler@pobox.com> writes:
On Sun, Feb 02, 2003 at 09:30:12AM +0100, ts wrote:
>>>>> "B" == Brian Candler <B.Candler@pobox.com> writes:
> Y> I'm afraid I won't give you a way to turn it off. It is "quite
>>>>> "B" == Brian Candler <B.Candler@pobox.com> writes:
On Sun, Feb 02, 2003 at 12:36:52PM +0100, ts wrote:
>>>>> "B" == Brian Candler <B.Candler@pobox.com> writes:
On Sun, Feb 02, 2003 at 01:16:02PM +0100, ts wrote:
>>>>> "B" == Brian Candler <B.Candler@pobox.com> writes:
On Sun, Feb 02, 2003 at 01:50:05PM +0100, ts wrote:
[#63444] Re: local variables, blocks & self ambiguity (was Local variables & blocks) — Brian Candler <B.Candler@...>
> eeee.....well, they wouldn't be local then :) on the other hand is self became
[#63479] no override — Tom Sawyer <transami@...>
is there any way to specifiy that a method can not be overrided? perfereably
On Sun, Feb 02, 2003 at 04:51:08PM +0900, Tom Sawyer wrote:
On Sun, Feb 02, 2003 at 06:41:45PM +0900, Mauricio Fern疣dez wrote:
On Sunday 02 February 2003 03:34 am, Mauricio Fern疣dez wrote:
On Sun, Feb 02, 2003 at 09:35:26PM +0900, Tom Sawyer wrote:
On Sunday 02 February 2003 09:01 am, Mauricio Fern疣dez wrote:
On Mon, Feb 03, 2003 at 06:23:35AM +0900, Tom Sawyer wrote:
On Tue, Feb 04, 2003 at 12:26:37AM +0900, Mauricio Fern疣dez wrote:
Just a basic question -- what is a tuple? How is it different from an
[#63490] Re: operator - on list should be O(n) on sorted lists — Brian Candler <B.Candler@...>
> 1) In the - method, test if the list are allready sorted (which is a O(n+m)
[#63511] Re: Local variables & blocks — Brian Candler <B.Candler@...>
> |Hmm. ISTM that if this is a problem, it will affect Matz's [63100] as well.
>>>>> "B" == Brian Candler <B.Candler@pobox.com> writes:
[#63522] Re: Local variables & blocks — Brian Candler <B.Candler@...>
> Block parameters are only way to create block local variables, but
[#63532] Encryption — Daniel Carrera <dcarrera@...>
Does anyone know if I can encrypt files using Ruby?
[#63549] Release Engineering — Justin White <just6979@...>
version numbering came up in #ruby-lang tonight. knu explained the new
[#63553] What is the best Ruby IDE you think? — Nicolay Vasiliev <n.vasiliev@...>
Hello!
Am Montag, 3. Februar 2003 09:12 schrieb Nicolay Vasiliev:
[#63591] Fun with singletons' singleton classes — Mauricio Fern疣dez <batsman.geo@...>
[#63600] ruby-dev summary 19437-19455 — Minero Aoki <aamine@...>
Hi all,
On Tue, Feb 04, 2003 at 02:50:32AM +0900, Minero Aoki wrote:
On Tue, 4 Feb 2003, Paul Brannan wrote:
Hi,
[#63627] Designing API strings vs symbols? — Travis Whitton <whitton@...>
Hello all, I'm currently doing a port of Perl's Data::FormValidator module
[#63643] Native rational and complex number implementations? — Gavin Sinclair <gsinclair@...>
Hi -talk,
On Tue, 4 Feb 2003, Gavin Sinclair wrote:
[#63646] Ruby and dbf — Nicolay Vasiliev <n.vasiliev@...>
Hello!
[#63650] Mismatch between documenation and implementation of Array#join() — "Robert Klemme" <bob.news@...>
[#63660] Re: Local variables & blocks — Brian Candler <B.Candler@...>
> And while we have mentioned the new scoping rules, I think the new
[#63668] Re: Local variables & blocks — Brian Candler <B.Candler@...>
> Can someone list a synopsis of the new rules (or have I missed that?)
On Wednesday, February 5, 2003, 1:47:47 AM, Brian wrote:
Gavin Sinclair wrote:
>>>>> "B" == Brian Candler <B.Candler@pobox.com> writes:
On Wed, Feb 05, 2003 at 03:03:24AM +0900, ts wrote:
Hi,
[#63677] problem with tk — MENON Jean-Francois <jean-francois.menon@...>
hello,
[#63685] postgres/drb experts [or hi eric ;-)] — ahoward <ahoward@...>
[#63704] Code challenge — Mauricio Fern疣dez <batsman.geo@...>
[#63719] Is mixin possible with dynamic require? — "Jon Hurst" <jon@...>
I need to dynamically require a file(module) from within a class. I then
[#63751] Embedding Ruby in C code — Szymon Drejewicz <drejewic@...>
How to compile this file:
>>>>> "S" == Szymon Drejewicz <drejewic@wsisiz.edu.pl> writes:
[#63778] win32 + ctrl-c of child processes — Matt Armstrong <matt@...>
Ruby under Unix allows me to see if a child process died of a signal.
[#63782] Error in Complex — Daniel Carrera <dcarrera@...>
Hello,
Daniel Carrera <dcarrera@math.umd.edu> wrote:
Martin,
[#63783] a cute way to reduce a fraction? — "Chris Pine" <nemo@...>
Hello,
[#63829] locana, SVG, cross-platform GUI meanderings... — ptkwt@...1.aracnet.com (Phil Tomson)
Hold on, this post takes a few twists and turns. Consider it an exercise
-----BEGIN PGP SIGNED MESSAGE-----
----- Original Message -----
[#63838] Re: case-sensitivity and Dir — "J.Hawkesworth" <J.Hawkesworth@...>
I agree that the situation is less than ideal but I'm not sure I'd want
[#63860] Probs with 1.8.0 on Solaris 2.9 — Hugh Sasse Staff Elec Eng <hgs@...>
I got a failure with yesterday's snapshot of ruby 1.8.0.
>>>>> "H" == Hugh Sasse Staff Elec Eng <hgs@dmu.ac.uk> writes:
[#63862] Blogging software — Martin DeMello <martindemello@...>
Anyone done any work on a ruby-powered weblog?
Martin DeMello wrote:
[#63880] warning: split (...) interpreted as method call — Daniel Bretoi <lists@...>
Hello,
[#63898] Re: locana, SVG, cross-platform GUI meanderings... — "Richard" <rich@...>
When did he install what version of the Flash player?
[#63906] The way of the Gentoo — "MikkelFJ" <mikkelfj-anti-spam@...>
[#63926] What does IRB's "=>" show? — Daniel Carrera <dcarrera@...>
I don't quite understand what irb's "=>" is showing. In particular, I'd like to
[#63938] Private lvalue methods unusable? — Steven Smolinski <steven.smolinski@...>
I'm learning Ruby, and trying to grasp the non-declarative concept with
[#63963] drb and signals — ahoward <ahoward@...>
ahoward (ahoward@fsl.noaa.gov) wrote:
On Sat, 8 Feb 2003, Eric Hodel wrote:
[#64018] easy access for CGI query — Wakou Aoyama <wakou@...>
hello,
Wakou Aoyama (wakou@ruby-lang.org) wrote:
On Sat, Feb 08, 2003 at 05:14:37AM +0900,
Wakou Aoyama (wakou@ruby-lang.org) wrote:
[#64024] Photo Gallery — "Useko Netsumi" <usenets@...>
I'm wondering if there is a photo gallery package using ruby. I've seen some
[#64054] Where is Math.PI ?? — Daniel Carrera <dcarrera@...>
I can't get Math.PI to work:
[#64063] Tortured by the Dependency Daemons — Jonathan Smith <jonathan.w.smith@...>
The instructions for installation state, "In RWiki package for your
I copied rwiki.rb and rwconfig.rb to the ~/lib directory and went
Hi,
[#64064] help overloading operators — Daniel Carrera <dcarrera@...>
I'm trying to overload Float#+, but I'm doing it wrong and it's breaking
[#64068] Relative performance of Ruby templating systems — "Gabriel Emerson" <egabriel@...>
I decided to run Siege against Mod Ruby, ERuby, Amrita, PageTemplate,
[#64092] RAA raainstall-able flag — Tom Sawyer <transami@...>
does anyone else think it would be a good idea to add a flag to the packages
[#64093] DBI commit and rollback with postgesql DBD — Tom Sawyer <transami@...>
i was testing out transaction support with DBI against my postgresql DBD and
[#64119] 'static' variables in a proc? — ptkwt@...1.aracnet.com (Phil Tomson)
Is there a way to get a variable in a proc that maintains it's value
[#64127] Executing interactive system commands — Vitaly Semkin <vitaly@...>
Hello.
[#64135] Ruby-GNOME2-0.3.0 — Masao Mutoh <mutoh@...>
Hi,
[#64146] ruby-dev summary 19457-19539 — Kazuo Saito <ksaito@...>
Hi, I'm just a beginner buy program, but...
In article <20030209190906.GA14768@debian>,
Quoteing akr@m17n.org, on Mon, Feb 10, 2003 at 11:41:54AM +0900:
In article <20030211044054.GA15912@debian>,
Hi --
[#64147] How to find an install directory. — Daniel Carrera <dcarrera@...>
Hello,
[#64155] I have method call, but I get warning: ... interpreted as method call! — Sam Roberts <sroberts@...>
The code works, I just get this warning:
[#64164] Trapping Access/Modification of Objects — Jason Voegele <jason@...>
After a long delay, I'm now starting to work on the RubyGOODS library
Hi matz,
Hi,
Yukihiro Matsumoto wrote:
Hi,
On Wed, 12 Feb 2003, Yukihiro Matsumoto wrote:
[#64200] Equivalent to Java's Float.MAX_VALUE? — Farrel Lifson <flifson@...>
Hi all,
[#64213] one lonely fcgi user — ahoward <ahoward@...>
[#64238] Ruby1.7.3 win [glut32.dll missing?] — Meinrad Recheis <meinrad.recheis@...>
hi,
[#64242] Source code for "Ruby Developer's Guide" — Harry Ohlsen <harryo@...>
Hi People,
I think I am being a lazy bastard... but does anyone have a RPM for
On Tue 11 Feb 2003 at 22:07:40 +0900, Mark Firestone wrote:
[#64247] turning modules into classes — "Chris Pine" <nemo@...>
Did you ever want to instantiate a module?
Hi --
On Tue, Feb 11, 2003 at 11:38:45PM +0900, MikkelFJ wrote:
>
On Wed, Feb 12, 2003 at 01:13:47AM +0900, Chad Fowler wrote:
On 12 Feb 2003 at 2:39, Mauricio Fern疣dez wrote:
[#64248] Trying to build Amazon Web Service class using SOAP4R — Ben Schumacher <ben@...>
Hello-
[#64255] Question about page 244 of the pickaxe... — "Chris Pine" <nemo@...>
Hello,
[#64256] FOX-based Windows GUIs — Harry Ohlsen <harryo@...>
Is there a way to make FOX/Ruby applications look
[#64276] Doc question and Mount question — "Daniel P. Zepeda" <daniel@...>
Hi,
[#64278] inheriting from base classes — dblack@...
Hi --
Hi --
On Wednesday, February 12, 2003, 1:26:50 AM, dblack wrote:
My feeling was always that it was only OK to subclass a class if it would be
Hi --
[#64284] Does FX/Ruby have some standard icons? — Harry Ohlsen <harryo@...>
I'm trying to be vaguely clever, by only expanding
[#64300] CLOS-like system & Ruby — Gour <gour@...>
Hi!
[#64329] Range#length? — "Chris Pine" <nemo@...>
What happened to Range#length and Range#size?
On Wednesday, February 12, 2003, 2:44:34 AM, Chris wrote:
----- Original Message -----
On Wed, 12 Feb 2003, Martin DeMello wrote:
On Wed, 12 Feb 2003, ahoward wrote:
[#64372] FreeRide and FXScintilla — Steve Tuckner <STUCKNER@...>
Hello all,
Sorry to reply to my own post, but I found a config option from the
Here we go again...
Steve,
[#64392] String frustration — "Tim Kynerd" <tim@...>
Hi everyone,
On Wed, 12 Feb 2003 14:16:03 +0900, Harry Ohlsen wrote:
On Wed, 12 Feb 2003 21:38:47 +0900, Mauricio Fern疣dez wrote:
[#64396] Ruby module distribution — Matt Lawrence <matt@...>
I've been reading the various messages on how to distribute Ruby modules.
[#64404] Dynamically changing widgets in FXRuby — jnews@... (Jacob News)
I am attempting to learn FXRuby, and I'm running into a small problem,
[#64421] Name for #=== based assertion — <nathaniel@...>
I've had several requests that an assertion based on #=== be added to
----- Original Message -----
Hal E. Fulton said:
"Nathaniel Talbott" <ntalbott@rolemodelsoftware.com> writes:
[#64427] Lexical scope and closures — patrickdlogan@... (Patrick Logan)
I read recently a flaw I did not previously know about...
[#64429] Test::Unit 0.1.8 — <nathaniel@...>
If you don't know what Test::Unit is, I've included an explanation
[#64449] PostgreSQL and embedded Ruby — Szymon Drejewicz <drejewic@...>
Hello,
[#64470] Need regex help (or bug in match) — Jim Freeze <jim@...>
Hi
Hi --
----- Original Message -----
On Thu, Feb 13, 2003 at 07:10:06AM +0900, Hal E. Fulton wrote:
[#64481] creating objects using strings — George Mochrie <geo@...>
hi
[#64524] mod_ruby insecury op — Daniel Bretoi <lists@...>
[Wed Feb 12 12:00:16 2003] [error] mod_ruby: error in ruby
Make sure the string isn't tainted.
Thanks guys, this one stings me every time. What exactly does untaining
[#64527] Windows support — Daniel Carrera <dcarrera@...>
Hello,
[#64528] hm,... arr[1]["name"] — "daniel" <offstuff@...>
$arr = Array();
[#64561] Unit Testing Private Methods — Travis Whitton <whitton@...>
It seems that in order to be able to unit test a method it has to be
On Thu, Feb 13, 2003 at 07:46:11AM +0900, Travis Whitton wrote:
[#64573] Should substrings be modifiable in-place?? — "Hal E. Fulton" <hal9000@...>
I've been thinking about this for
[#64575] Re: Lexical scope and closures — patrickdlogan@...
> (3) some other syntax will be introduced for cases where...
On Thu, Feb 13, 2003 at 08:35:34AM +0900, patrickdlogan@attbi.com wrote:
On Thu, Feb 13, 2003 at 05:44:36PM +0900, Mauricio Fern?ndez wrote:
>>>>> "B" == Brian Candler <B.Candler@pobox.com> writes:
On Thursday 13 February 2003 04:54 am, Brian Candler wrote:
On Thu, Feb 13, 2003 at 10:02:45PM +0900, Tom Sawyer wrote:
Hi,
On Thursday 13 February 2003 06:44 pm, Yukihiro Matsumoto wrote:
Hi,
On Thursday 13 February 2003 07:42 pm, Yukihiro Matsumoto wrote:
Hi,
On Thursday 13 February 2003 08:03 pm, Yukihiro Matsumoto wrote:
On Friday 14 February 2003 12:20 am, Tom Sawyer wrote:
Sat, 15 Feb 2003 08:06:31 +0900, Mauricio Fern疣dez <batsman.geo@yahoo.com> pisze:
Hi --
>>>>> "d" == dblack <dblack@candle.superlink.net> writes:
Hi --
>>>>> "d" == dblack <dblack@candle.superlink.net> writes:
[#64584] how to call a functino through a variable name — Daniel Bretoi <lists@...>
How would I do something like this:
[#64595] respond_to? in mod_ruby — Daniel Bretoi <lists@...>
<%
[#64602] von Rossum on Strong vs. Weak Typing — <jbritt@...>
Since this is something of a permathread on this list I though this would be of interest:
On Thu, 13 Feb 2003 10:10:44 +0900
It is interesting and consistent with Python's design that Guido von
On Thu, 13 Feb 2003 12:10:18 +0900
Hi,
Thu, 13 Feb 2003 13:15:42 +0900, Yukihiro Matsumoto <matz@ruby-lang.org> pisze:
On Fri, Feb 14, 2003 at 07:27:10PM +0900, Marcin 'Qrczak' Kowalczyk wrote:
Paul Brannan <pbrannan@atdesk.com> writes:
On Sat, Feb 15, 2003 at 01:05:19AM +0900, Matt Armstrong wrote:
At 4:18 AM +0900 2/15/03, Paul Brannan wrote:
At 7:08 AM +0900 2/15/03, Chris Thomas wrote:
On Sat, Feb 15, 2003 at 08:08:55AM +0900, Dan Sugalski wrote:
On Sat, 15 Feb 2003 12:21:55 +0900
[#64626] Why does Array#compact! return the array, but uniq! return a count? — Sam Roberts <sroberts@...>
matz@ruby-lang.org (Yukihiro Matsumoto) wrote in message news:<1045109926.846613.10554.nullmailer@picachu.netlab.jp>...
On Thu, 13 Feb 2003 22:51:06 +0900
[#64706] Ruby-freedb 0.5 released — Guillaume Pierronnet <moumar@...>
hi folks,
[#64737] Ruby 1.8.0 bugs — james@... (James Adam)
Can anyone confirm these bugs i've noticed in Ruby-1.8.0 on cygwin?
[#64752] why html template systems never use new tags? — Tom Sawyer <transami@...>
curious, i've realized that i have never seen any html template systems that
I would interpret your question a bit differently than others in this
[#64753] module This::Encompassing::That — Bil Kleb <W.L.Kleb@...>
Today, I decided I was tired of
Hi --
dblack@candle.superlink.net wrote:
On Friday, February 14, 2003, 2:00:56 PM, Bil wrote:
Hi --
On Sunday, February 16, 2003, 4:01:47 AM, dblack wrote:
Hi,
>>>>> "Y" == Yukihiro Matsumoto <matz@ruby-lang.org> writes:
Hi,
>>>>> "Y" == Yukihiro Matsumoto <matz@ruby-lang.org> writes:
Hi,
>>>>> "Y" == Yukihiro Matsumoto <matz@ruby-lang.org> writes:
Hi,
On Tuesday, February 18, 2003, 11:56:41 PM, Yukihiro wrote:
Hi,
Hi,
Hi,
Yukihiro Matsumoto [mailto:matz@ruby-lang.org] wrote:
Hi,
Hi --
Hi,
Hi --
matz@ruby-lang.org (Yukihiro Matsumoto) writes:
On Thu, Feb 20, 2003 at 06:41:24AM +0900, Matt Armstrong wrote:
Hi,
On Thu, Feb 20, 2003 at 10:00:20AM +0900, nobu.nokada@softhome.net wrote:
[#64763] List of 1.6 vs 1.8 somewhere? — Bill Dueber <wdueber@...>
I apologize -- I'm sure this must be a FAQ, but I can't seem to locate a
On Friday, February 14, 2003, 2:33:16 PM, Bill wrote:
I don't want to sound ungrateful... or rude... or whatnot, especially as
[#64776] How to write filesearch with begin-pattern till end-pattern — "Nico Hoogervorst" <nico.hoogervorst@...>
In perl I can search through files,
[#64785] Segmation fault in combination of heavy socket I/O and multi-threading — Idan Sofer <idan@...>
This is one bug(Or perhaps even a set of bugs) I ran into more then once
>>>>> "I" == Idan Sofer <idan@idanso.dyndns.org> writes:
>>>>> "t" == ts <decoux@moulon.inra.fr> writes:
ביום רביעי, 19 בפברואר 2003, 11:46, ts כתב:
[#64794] Oracle, ruby-oci8 and gcc — Brian Candler <B.Candler@...>
Just FYI - I remember someone was asking about using Ruby with Oracle 9i
[#64828] Class can be subclassed after all... — "Chris Pine" <nemo@...>
While this may be of interest to no one but myself, there is one subclass of
[#64834] FXRuby: FXList FRAME_RAISED does not work — Matthias Wieding-Drewes <Golgatha@...>
Hello dear rubies and foxes
[#64857] plruby — ts <decoux@...>
[#64867] Linking Ruby to C++ via SWIG in Cygwin: missing ruby.o — "Alan Baljeu" <abaljeu@...>
I don't know where the problem is, whether my Ruby installation or SWIG
[#64874] FreeRIDE Problem on RH8 Machine — Jonathan Smith <jonathan.w.smith@...>
Pre-hacking, I glanced at FreeRIDE. Even without the Speller working
[#64876] GPL question — Daniel Carrera <dcarrera@...>
Hello,
On Sat, 2003-02-15 at 18:06, Mark Wilson wrote:
[#64939] General programming language question — "Chris Pine" <nemo@...>
This is not a question about Ruby in particular... sorry. But I wouldn't
[#64944] C-like cast from String to Integer needed. — Michael Bruschkewitz <brusch2@...>
Hello,
[#64952] count lines — anbieter_99@... (Gustav G.)
Hi there,
[#64957] ANN: REXML 2.5.4 — ser@... (Sean Russell)
Hello everybody,
[#64963] even? and odd? methods in Integer class — kwatch@... (kwatch)
Why Integer class doesn't have 'even?' nor 'odd?' method?
[#64992] Evaluation — Jonathan Smith <jonathan.w.smith@...>
I wonder if there is any value to comparing Ruby's capabilities with
[#64999] Strange behaviour of system("start ...") [1.6.8,W2k] — Michael Bruschkewitz <brusch2@...>
Hello,
[#65001] How to test for existence of instance variable? — Brian Candler <B.Candler@...>
I have an existing class Foo, and existing objects of that class.
Hi,
On Mon, Feb 17, 2003 at 10:46:59AM -0800, Bill Kelly wrote:
Hi,
On Tue, Feb 18, 2003 at 09:52:12PM +0900, Yukihiro Matsumoto wrote:
Hi,
On Wed, Feb 19, 2003 at 02:08:07AM +0900, Yukihiro Matsumoto wrote:
Hi,
On Wed, Feb 19, 2003 at 05:08:19PM +0900, Yukihiro Matsumoto wrote:
On Thu, 20 Feb 2003, Paul Brannan wrote:
On Thu, Feb 20, 2003 at 01:11:37AM +0900, ahoward wrote:
On Wed, Feb 19, 2003 at 05:19:15AM +0900, Paul Brannan wrote:
On Thu, Feb 20, 2003 at 12:02:21AM +0900, Brian Candler wrote:
On Thu, Feb 20, 2003 at 12:26:57AM +0900, Paul Brannan wrote:
Hi,
On Thu, Feb 20, 2003 at 01:26:42AM +0900, Yukihiro Matsumoto wrote:
Hi,
[#65009] installing dbi — "Ernie" <erne@...>
I'm pretty new to Linux so I've got what could be a pretty simple question.
[#65016] initializing class variables — Daniel Carrera <dcarrera@...>
Hello,
[#65030] Test::Unit — Daniel Carrera <dcarrera@...>
I'm trying to figure out how to ust Test::Unit. I've read the
[#65032] Re: [Q] Test::Unit — "Berger, Daniel" <djberge@...>
[#65047] Porting from unix to mingw — Pierre Baillet <oct@...>
Hello,
On Tuesday, February 18, 2003, 10:41:29 AM, Pierre wrote:
[#65048] Pragprog installer 1.7.3v7 sqlsh, win32 — Pierre Baillet <oct@...>
Hi,
[#65049] How does one connect to a remote database using dbi? — "Ernie" <erne@...>
I've looked at the examples and I can connect to a local data base. What is
[#65090] $SAFE and creating New objects (File) — "\"RayZ\" Andrew V Rumm" <rayz@...>
Sorry for noob question
>>>>> "R" == \"RayZ\" Andrew V Rumm <RayZ> writes:
Hello ts,
>>>>> "R" == \"RayZ\" Andrew V Rumm <RayZ> writes:
>>>>> ts,
ביום שלישי, 18 בפברואר 2003, 14:33, \ כתב:> Trying to create new file and there an Insecure operation error.> SomeFile = File.new("someFileName", "w")> What must i do then?Is the filename is from GPC(Get/Post/Cookie) origin?
[#65113] Reading Text files with extended ASCII characters — William Tihen <tihen.william@...>
Hello,
On Wed, 19 Feb 2003, William Tihen wrote:
Thanks for the help Ara, I guess I just didn't understand the file
[#65121] speedycgi/pperl equivalent? — David Garamond <lists@...6.isreserved.com>
Is there an equivalent of SpeedyCGI or PPerl for Ruby?
[#65140] help: append error on Array push — reavey <reavey@...>
hi
[#65141] String#+ operatorbroken? — Jim Freeze <jim@...>
Hi:
Hi,
Jim Freeze <jim@freeze.org> writes:
On Wednesday, 19 February 2003 at 15:02:10 +0900, Matt Armstrong wrote:
>>>>> "J" == Jim Freeze <jim@freeze.org> writes:
On Friday, 21 February 2003 at 1:36:00 +0900, ts wrote:
[#65159] Sourcing files — Bjn Lindstr <bkhl@...>
I like using source files as configuration files for my hacks.
On Wed, 2003-02-19 at 00:20, Bjn Lindstr wrote:
Jim Weirich <jweirich@one.net> [20030219 06:58]:
On Wed, Feb 19, 2003 at 03:27:10PM +0900, Bjrn Lindstrm wrote:
Jos Backus <jos@catnook.com> [20030219 07:32]:
[#65167] Ruby scripts for daily unix system administration — "Useko Netsumi" <usenets@...>
Hi, I'm a newbie looking for any example of writing ruby script to do my
Thanks Gavin. If you see any good simple example of using GetoptLong, please
On Wednesday, 19 February 2003 at 23:30:59 +0900, Useko Netsumi wrote:
[#65212] Rite Status? — Travis Whitton <whitton@...>
Hello all - I was just wondering if Rite is still in development and if it's
Hi,
On Thu, Feb 20, 2003 at 01:20:35AM +0900, Yukihiro Matsumoto wrote:
In article <1045675655.357054.17876.nullmailer@picachu.netlab.jp>,
On Thursday, 20 February 2003 at 6:32:55 +0900, Phil Tomson wrote:
[#65270] optimization question — Travis Whitton <whitton@...>
Hello - A friend and I have been working on a Ruby implementation of a
I wrote a C version of your code which uses glib. I'm attaching it as
I wrote faster extension 'hashsucc.so'.
Hello Travis,
> i think that better way to speed up this code is:
Bulat Ziganshin <bulatz@integ.ru> wrote:
> Bulat Ziganshin <bulatz@integ.ru> wrote:
[#65292] Curses base windowing system — "Useko Netsumi" <usenets@...>
As I have only limited resources on my laptop(memory, diskspace, and CPU
[#65331] Return Values of [] for Array, Hash,... (ruby 1.6.8) — Michael Bruschkewitz <brusch2@...>
Hello,
In article <48509684717.20030227115407@integ.ru>, bulatz@integ.ru
[#65351] proc {} vs. Method#to_proc — dblack@...
Hi --
On Friday, 21 February 2003 at 1:19:17 +0900, dblack@candle.superlink.net wrote:
On Fri, Feb 21, 2003 at 01:19:17AM +0900, dblack@candle.superlink.net wrote:
[#65361] Inconsistent behavior in Array methods — "Warren Brown" <wkb@...>
I recently tracked down a bug in my code to a line that read:
[#65368] Extending existing classes under mod_ruby... — Frank Fejes <frank@...>
Hello all. I have built a web application with ruby and am also making
[#65394] rubygarden html madness — ahoward <ahoward@...>
[#65418] First Europeen Ruby Conference — Michael Neumann <uu9r@...>
Dear Rubyists,
Hugh Sasse Staff Elec Eng wrote:
[#65424] Regexp help: Parsing a CSV file — Tim Bates <tim@...>
I've dumped a CSV (comma separated values) file from Excel, and I want to
On Fri, 21 Feb 2003, Tim Bates wrote:
> On Fri, 21 Feb 2003, Tim Bates wrote:
[#65454] xml-configfile 0.8.0 — Maik Schmidt <contact@...>
Yo!
You know, this could be used for a lot more than just config files.
On Sat, Feb 22, 2003 at 02:04:36AM +0900, Daniel Carrera wrote:
On Sat, Feb 22, 2003 at 04:04:46AM +0900, Mauricio Fern疣dez wrote:
On Sat, Feb 22, 2003 at 05:42:00AM +0900, Daniel Carrera wrote:
On Sat, Feb 22, 2003 at 06:52:21AM +0900, Mauricio Fern疣dez wrote:
[#65468] GUI and serial communications — Dave Boland <dboland9@...>
I was told about the Ruby language, and have been doing some homework on
[#65473] Style question: using 'block_given?' — Bill Dueber <wdueber@...>
I'm new to Ruby, and want to know what The Best Way To Do It is...
On Sat, Feb 22, 2003 at 05:00:44AM +0900, Bill Dueber wrote:
On Sat, Feb 22, 2003 at 06:05:23AM +0900, Brian Candler wrote:
> This is the class instance variable police. Freeze! Keine Bewegung!
Hi --
On Sat, Feb 22, 2003 at 04:05:59PM +0900, dblack@candle.superlink.net wrote:
[#65474] ruby on QNX 6? — Joel VanderWerf <vjoel@...>
[#65503] TreeView in Ruby-Gnome2 — Daniel Carrera <dcarrera@...>
A couple of questions:
[#65526] embedded docs — Wojciech Kaczmarek <schatten@...>
Is ruby going to have (in a reasonably predictable future :) embedded
il Sun, 23 Feb 2003 05:16:36 +0900, Brian Wisti
Brian Wisti <brian@coolnamehere.com> writes:
I agree that this is very important.
On Sunday 23 February 2003 09:18 am, Seth Kurtzberg wrote:
On Sunday 23 February 2003 10:53 am, Brian Wisti wrote:
On Sunday 23 February 2003 10:06 am, Seth Kurtzberg wrote:
Esperanto has been touted as a common language for over 100 years, but it has
On Mon, 24 Feb 2003, Seth Kurtzberg wrote:
On Sunday 23 February 2003 11:20 am, Hugh Sasse Staff Elec Eng wrote:
----- Original Message -----
On Mon, 24 Feb 2003, Hal E. Fulton wrote:
[#65534] OS X - eruby install problem: "libruby.a: No such file or directory" — sera@... (Francis Hwang)
I'm trying to install eruby on OS X -- it's 10.2, meaning Ruby was
[#65598] dynamic include — Timothy Bauscher <timothy@...>
I'm developing a program which needs to dynamically load
[#65601] ANN: REXML 2.5.7 and 2.4.7 — ser@... (Sean Russell)
Two, two, TWO releases for the price of one!
[#65619] Coding challenge: Space-separated constants — "Hal E. Fulton" <hal9000@...>
I'm issuing this challenge because I'm
[#65624] OpenSSL for Ruby 0.2.0-pre0 — Michal Rokos <michal@...>
Hi everybody!
[#65632] Happy Birthday, Ruby, and an announcement.... — dblack@...
Dear everyone,
On Mon, 24 Feb 2003 dblack@candle.superlink.net wrote:
[#65644] Debugger Not Working — Seth Kurtzberg <seth@...>
All,
Hi, Seth,
It is working now with line numbers. What is the syntax for breaking at a
Hi, Seth,
It may, I'll try it, but it really doesn't do much good even if it does work.
Hi, Seth,
Hi,
Hi,
It accepts it. But nothing happens (that is, it doesn't actually set a
Hi,
You want the file name plus the class name plus dot plus the method?
[#65653] Euro5 le ofrece idiomas — "Idiomas en pocas horas" <marketing@...5.org>
Le proporcionamos una ensenza de idiomas de calidad con profesores bilings
[#65658] Threads, pipes, popen, whatever — Albert Wagner <alwagner@...>
I have never before had occasion to do the following kind of problem, so
[#65660] Objectify the mersenne twister in 1.8? — Robert Feldt <feldt@...>
Hi,
il Tue, 25 Feb 2003 04:00:25 +0900, Robert Feldt
[#65680] Re: [ANN] Happy Birthday, Ruby, and an announcement.... — "Berger, Daniel" <djberge@...>
[#65695] General question about args (embedded code) — Ben Thomas <ben.thomas@...>
There is a lot of function in the Ruby C API that takes the
[#65700] rescue modifier with require — "Hal E. Fulton" <hal9000@...>
Hi, all.
[#65704] C Extension not exiting properly? — Eric Schwartz <eric.schwartz@...>
This is puzzling me mightily. I have written a C extension to Ruby to
[#65708] allruby.com — ser@... (Sean Russell)
Hey, is it just me, or is allruby.com lost? The domain appears to be
[#65725] small bug in net/http.rb — Eugene Scripnik <Eugene.Scripnik@...>
I've played with Net::HTTP and found little mistype in proxy
Hi,
[#65732] Link ruby scripts together — wzis@... (Roger Gong)
Is there a tool that could let you link all scripts of a ruby program
[#65733] Is there a ruby script encryptor? — wzis@... (Roger Gong)
As the subject said, is there such a program?
[#65775] Drag and Drop example for FX/Ruby? — Harry Ohlsen <harryo@...>
I'd like to add drag'n'drop capabilities to a FOX GUI. Can anyone point me at an example of this?
[#65785] Thread.stop — Joel VanderWerf <vjoel@...>
[#65802] Ruby in Performance Testing — E F van de Laar <emiel@...>
Rubyists,
[#65819] Re: Matrix op speaks. Computer programmers needed to build matrix. — Lyle Johnson <lyle@...>
Matrix Four wrote:
[#65835] Re: von Rossum on Strong vs. Weak Typing — "Marcin 'Qrczak' Kowalczyk" <qrczak@...>
Thu, 13 Feb 2003 10:10:44 +0900, <jbritt@ruby-doc.org> <jbritt@ruby-doc.org> pisze:
On Wednesday 26 February 2003 01:21 pm, Marcin 'Qrczak' Kowalczyk wrote:
[#65854] Ruby Compile-time optimization — Daniel Carrera <dcarrera@...>
Hello,
Daniel Carrera (dcarrera@math.umd.edu) wrote:
In article <20030227002438.GA3877@math.umd.edu>,
> Of course, to be fair, in its more traditional strong areas, (regexp matching, hash
[#65856] RMagick 1.0.0 now available — "Tim Hunter" <cyclists@...>
RMagick, a Ruby extension for the ImageMagick (www.imagemagick.org) image
[#65866] OS X eRuby working — Jim Menard <jimm@...>
I finally managed to get mod_ruby and eRuby working on OS X. I never had a
[#65884] Unable to do non-blocking read on socket — Seth Kurtzberg <seth@...>
I have not been able to change the behavior of IO::read() to non-blocking.
Hi,
On Thu, Feb 27, 2003 at 05:03:37PM +0900, Seth Kurtzberg wrote:
The read call is already preceded by kernel#select(), but that doesn't help.
Hi,
This is with 1.8 CVS head on linux kernel 2.4.20.
Hi,
I guess I must be missing something, but I see nothing here that would expose
Hi,
Yes, I know, but what I said is the reverse. It blocks when you _do_ supply
Hi,
[#65907] XmlConfigFile usage — Ollivier Robert <roberto@...>
Hello,
> I underestimated the need for true XML serialization and I think it's
On Fri, Feb 28, 2003 at 01:53:47AM +0900, Chris Morris wrote:
> On Fri, Feb 28, 2003 at 01:53:47AM +0900, Chris Morris wrote:
Hi,
Hi, Brian,
[#65917] Redirecting/Logging output — Michael Bruschkewitz <brusch2@...>
Hello,
[#65947] Radical 0.65 released — Idan Sofer <idan@...>
http://idanso.dyndns.org:8081/downloads/Radical-0.65.tar.bz2
[#65962] 'each' returning array — Wojciech Kaczmarek <schatten@...>
A newbie problem:
[#65968] Looking for shell emulation with command completion — Jim Freeze <jim@...>
Hi:
[#65982] Hail? — <jbritt@...>
[#65991] I'm stuck — Friedrich Dominicus <frido@...>
Well my problem sounds IMHO trivial.
nobu.nokada@softhome.net writes:
Mauricio Fern疣dez <batsman.geo@yahoo.com> writes:
[BUG] Segmation fault in combination of heavy socket I/O and multi-threading
This is one bug(Or perhaps even a set of bugs) I ran into more then once
during the development of Radical, it is often solveable by forcing only
one thread to run the inducer code concurrently, i.e. using
Thread.critical or Mutex.
I had a problem reproducing the matter in simple TCP/IP snippets,
however, I have managed reproducing it using a heavly stripped version
of Radical, using pure ruby code(no extensions).
The initial way to reproduce the bug was using siege HTTP benchmarking
tool available here:
http://www.joedog.org/siege/
(Or if you are using debian/gentoo you may use apt-get/emerge siege)
Then on one console:
# bzip2 -dc ruby-bug.tar.bz2|tar xv
# cd httpserve
# gdb ruby
gdb> ruby ./radical.rb
Radical =>
On the second console:
siege -b -c 100 -t 120S -u http://localhost:4000/blender
Initially things will go right, but the response times will slowly rise,
and after a while(less then a minute mostly) the interepter will crash
in some manner.
NOTE: In one occaction the interepter hanged and started mallocing like
mad until it was killed by the kernel, so when performing this test
please be aware the stability of your system might be in risk.
This is for instance one backtrace I was able to produce:
Radical=>
Program received signal SIGSEGV, Segmentation fault.
0x4103a618 in siglongjmp () from /lib/libc.so.6
(gdb) bt
#0 0x4103a618 in siglongjmp () from /lib/libc.so.6
#1 0x41177b10 in rb_thread_restore_context (th=0x4, exit=1) at eval.c:7567
#2 0x41177927 in stack_extend (th=0x0, exit=1074284600) at eval.c:7509
#3 0x00001039 in ?? ()
(gdb)
Another one:
Radical=>
Program received signal SIGSEGV, Segmentation fault.
0x4117799f in rb_thread_restore_context (th=0x87f9878, exit=1) at
eval.c:7533
7533 eval.c: No such file or directory.
in eval.c
(gdb) bt
#0 0x4117799f in rb_thread_restore_context (th=0x87f9878, exit=1) at
eval.c:7533
#1 0x41177927 in stack_extend (th=0x850da58, exit=1) at eval.c:7509
#2 0x41177b10 in rb_thread_restore_context (th=0x850da50, exit=1) at
eval.c:7567
#3 0x41177927 in stack_extend (th=0x411c60c8, exit=43) at eval.c:7509
And number three:
Radical=>
Program received signal SIGSEGV, Segmentation fault.
0x4117f2fb in mark_locations_array (x=0xc0000000, n=-1073796479) at gc.c:353
353 gc.c: No such file or directory.
in gc.c
(gdb) bt
#0 0x4117f2fb in mark_locations_array (x=0xc0000000, n=-1073796479) at
gc.c:353
#1 0x4118007a in rb_gc_mark_frame (frame=0x40cc2744) at gc.c:958
#2 0x41177375 in thread_mark (th=0x80b1ea0) at eval.c:7342
#3 0x4117f908 in rb_gc_mark (ptr=0) at gc.c:676
#4 0x4117f3eb in mark_entry (key=12202, value=1074215600) at gc.c:446
#5 0x411b5739 in st_foreach (table=0x80b1ab0, func=0x4117f3d0
<mark_entry>, arg=0x0) at st.c:488
#6 0x4117f41c in rb_mark_tbl (tbl=0xc0000000) at gc.c:455
#7 0x4117f86a in rb_gc_mark (ptr=1092089970) at gc.c:650
#8 0x4117f8a1 in rb_gc_mark (ptr=1092089970) at gc.c:659
#9 0x4117f3eb in mark_entry (key=12250, value=1074215900) at gc.c:446
#10 0x411b5739 in st_foreach (table=0x80a6198, func=0x4117f3d0
<mark_entry>, arg=0x0) at st.c:488
#11 0x4117f41c in rb_mark_tbl (tbl=0xc0000000) at gc.c:455
#12 0x4117f86a in rb_gc_mark (ptr=1092089970) at gc.c:650
#13 0x4117f335 in mark_locations_array (x=0xbfff911c, n=1) at gc.c:419
#14 0x4118007a in rb_gc_mark_frame (frame=0xbfff9230) at gc.c:958
#15 0x41180200 in rb_gc () at gc.c:1034
#16 0x4117ec65 in ruby_xmalloc (size=16) at gc.c:94
#17 0x411b4f87 in st_init_table_with_size (type=0x4117f872, size=11) at
st.c:163
#18 0x411b4fcd in st_init_table (type=0x411d9f54) at st.c:176
#19 0x411b4ff3 in st_init_numtable () at st.c:182
#20 0x411c1c0d in rb_ivar_set (obj=1074294420, id=12178, val=1074216020)
at variable.c:958
#21 0x4116ba24 in rb_eval (self=1074294420, n=0x4117f872) at eval.c:2745
#22 0x4116a65a in rb_eval (self=1074294420, n=0x4117f872) at eval.c:2053
#23 0x41170c4e in rb_call0 (klass=1074217380, recv=1074294420, id=2865,
argc=0, argv=0xbfff9568,
body=0x4007836c, nosuper=0) at eval.c:4547
#24 0x4117113c in rb_call (klass=1074217380, recv=1074294420, mid=2865,
argc=2, argv=0xbfff9560,
scope=1) at eval.c:4640
#25 0x4117148d in rb_funcall2 (recv=3221225472, mid=2865, argc=2,
argv=0xbfff9560) at ruby.h:574
#26 0x411737e1 in rb_obj_call_init (obj=1074294420, argc=2,
argv=0xbfff9560) at eval.c:5726
#27 0x41173832 in rb_class_new_instance (argc=2, argv=0xbfff9560,
klass=3221197592) at eval.c:5742
#28 0x4117058d in call_cfunc (func=0x411737f0 <rb_class_new_instance>,
recv=1074217380,
len=-1073741824, argc=2, argv=0x0) at eval.c:4276
#29 0x41170929 in rb_call0 (klass=1073999096, recv=1074217380, id=3177,
argc=2, argv=0xbfff9560,
body=0x4003dde4, nosuper=1) at eval.c:4416
#30 0x4117113c in rb_call (klass=1073999096, recv=1074217380, mid=3177,
argc=2, argv=0xbfff9560,
scope=0) at eval.c:4640
#31 0x4116c012 in rb_eval (self=1074216020, n=0xbfff9318) at eval.c:2556
#32 0x4116c0eb in rb_eval (self=1074216020, n=0xbfff9318) at ruby.h:579
#33 0x4116a65a in rb_eval (self=1074216020, n=0xbfff9318) at eval.c:2053
#34 0x4116a65a in rb_eval (self=1074216020, n=0xbfff9318) at eval.c:2053
#35 0x4116aedb in rb_eval (self=1074216020, n=0xbfff9318) at eval.c:2237
#36 0x4116eccd in rb_yield_0 (val=6, self=1074216020, klass=0, acheck=2)
at eval.c:3644
#37 0x41179a13 in rb_thread_yield (arg=1074215380, th=0x80b8450) at
eval.c:8592
#38 0x411798f1 in rb_thread_start_0 (fn=0x411799dc <rb_thread_yield>,
arg=0x400739d4,
th_arg=0xbfff9318) at eval.c:8525
#39 0x41179ac0 in rb_thread_initialize (thread=1074215400,
args=1074215380) at eval.c:8621
#40 0x4117058d in call_cfunc (func=0x41179a88 <rb_thread_initialize>,
recv=1074215400,
len=-1073741824, argc=0, argv=0x0) at eval.c:4276
#41 0x41170929 in rb_call0 (klass=1073978296, recv=1074215400, id=2865,
argc=0, argv=0x0,
body=0x40039b68, nosuper=1) at eval.c:4416
#42 0x4117113c in rb_call (klass=1073978296, recv=1074215400, mid=2865,
argc=0, argv=0x0, scope=1)
at eval.c:4640
#43 0x4117148d in rb_funcall2 (recv=3221225472, mid=2865, argc=0,
argv=0x0) at ruby.h:574
#44 0x411737e1 in rb_obj_call_init (obj=1074215400, argc=0, argv=0x0) at
eval.c:5726
#45 0x41179a4c in rb_thread_s_new (argc=0, argv=0x0, klass=1073978296)
at eval.c:8605
#46 0x4117058d in call_cfunc (func=0x41179a18 <rb_thread_s_new>,
recv=1073978296,
len=-1073741824, argc=0, argv=0x0) at eval.c:4276
#47 0x41170929 in rb_call0 (klass=1073978276, recv=1073978296, id=3177,
argc=0, argv=0x0,
body=0x40039b90, nosuper=1) at eval.c:4416
#48 0x4117113c in rb_call (klass=1073978276, recv=1073978296, mid=3177,
argc=0, argv=0x0, scope=0)
at eval.c:4640
#49 0x4116c012 in rb_eval (self=1074216020, n=0xbfffb668) at eval.c:2556
#50 0x4116b3cd in rb_eval (self=1074216020, n=0xbfffb668) at eval.c:2304
#51 0x4116ba0c in rb_eval (self=1074216020, n=0xbfffb668) at eval.c:2744
#52 0x4116a65a in rb_eval (self=1074216020, n=0xbfffb668) at eval.c:2053
#53 0x41170c4e in rb_call0 (klass=1074217300, recv=1074216020, id=5633,
argc=0, argv=0xbfffd094,
body=0x40075f90, nosuper=0) at eval.c:4547
#54 0x4117113c in rb_call (klass=1074217300, recv=1074216020, mid=5633,
argc=1, argv=0xbfffd090,
scope=1) at eval.c:4640
#55 0x4116c012 in rb_eval (self=1074216020, n=0xbfffb668) at eval.c:2556
#56 0x41170c4e in rb_call0 (klass=1074216180, recv=1074216020, id=2865,
argc=0, argv=0xbfffda98,
body=0x4007aff4, nosuper=0) at eval.c:4547
#57 0x4117113c in rb_call (klass=1074216180, recv=1074216020, mid=2865,
argc=6, argv=0xbfffda80,
scope=1) at eval.c:4640
#58 0x4117148d in rb_funcall2 (recv=3221225472, mid=2865, argc=6,
argv=0xbfffda80) at ruby.h:574
#59 0x411737e1 in rb_obj_call_init (obj=1074216020, argc=6,
argv=0xbfffda80) at eval.c:5726
#60 0x41173832 in rb_class_new_instance (argc=6, argv=0xbfffda80,
klass=3221215288) at eval.c:5742
#61 0x4117058d in call_cfunc (func=0x411737f0 <rb_class_new_instance>,
recv=1074216180,
len=-1073741824, argc=6, argv=0x0) at eval.c:4276
#62 0x41170929 in rb_call0 (klass=1073999096, recv=1074216180, id=3177,
argc=6, argv=0xbfffda80,
body=0x4003dde4, nosuper=1) at eval.c:4416
#63 0x4117113c in rb_call (klass=1073999096, recv=1074216180, mid=3177,
argc=6, argv=0xbfffda80,
scope=0) at eval.c:4640
#64 0x4116c012 in rb_eval (self=1073994976, n=0xbfffd838) at eval.c:2556
#65 0x4116c0eb in rb_eval (self=1073994976, n=0xbfffd838) at ruby.h:579
#66 0x4116eccd in rb_yield_0 (val=1074247100, self=1073994976, klass=0,
acheck=0) at eval.c:3644
#67 0x4116f004 in rb_yield (val=1074247100) at eval.c:3732
#68 0x4115baa3 in rb_ary_each (ary=1074247200) at array.c:630
#69 0x4117058d in call_cfunc (func=0x4115ba68 <rb_ary_each>,
recv=1074247200, len=-1073741824,
argc=0, argv=0x0) at eval.c:4276
#70 0x41170929 in rb_call0 (klass=1073970976, recv=1074247200, id=3577,
argc=0, argv=0x0,
body=0x40037b4c, nosuper=1) at eval.c:4416
#71 0x4117113c in rb_call (klass=1073970976, recv=1074247200, mid=3577,
argc=0, argv=0x0, scope=0)
at eval.c:4640
#72 0x4116b283 in rb_eval (self=1073994976, n=0xbfffd838) at ruby.h:574
#73 0x4116a65a in rb_eval (self=1073994976, n=0xbfffd838) at eval.c:2053
#74 0x41168908 in ruby_run () at eval.c:1230
#75 0x080485b4 in main ()
#76 0x410299f1 in __libc_start_main () from /lib/libc.so.6
All of these gdb dumps are from ruby 1.6.8...
As an attempt to produce pure-ruby bug reproduction enviroment, I have
written a simple http request flooder to fit the role of siege:
require 'net/http'
x=Net::HTTP.new 'localhost',4000
1.upto 15 do
Thread.new do
while 1
x.get '/blender'
end
end
end
while 1
sleep 1
end
This code is also included in the tar/gz. however, running it may also
cause the interepter to chock:
Starting program: /usr/bin/ruby fetcher.rb
Program received signal SIGPIPE, Broken pipe.
0x410cb934 in write () from /lib/libc.so.6
(gdb)
#0 0x410cb934 in write () from /lib/libc.so.6
#1 0x41120ba0 in sys_sigabbrev () from /lib/libc.so.6
#2 0x41077161 in _IO_do_write () from /lib/libc.so.6
#3 0x410770c9 in _IO_do_write () from /lib/libc.so.6
#4 0x41077a02 in _IO_file_sync () from /lib/libc.so.6
#5 0x4106e4db in fflush () from /lib/libc.so.6
#6 0x41183e70 in io_fflush (f=0x80b2908, path=0x0) at io.c:216
#7 0x41183ff7 in io_write (io=134948688, str=1074343880) at io.c:262
#8 0x4117058d in call_cfunc (func=0x41183e8c <io_write>,
recv=1074355840, len=22, argc=1,
argv=0x400a3000) at eval.c:4276
#9 0x41170929 in rb_call0 (klass=1073961256, recv=1074355840, id=6713,
argc=1, argv=0xbfff2a00,
body=0x400354a0, nosuper=1) at eval.c:4416
#10 0x4117113c in rb_call (klass=1073961256, recv=1074355840, mid=6713,
argc=1, argv=0xbfff2a00,
scope=0) at eval.c:4640
#11 0x4116c012 in rb_eval (self=1074357220, n=0xffffffe0) at eval.c:2556
#12 0x4116b95b in rb_eval (self=1074357220, n=0xffffffe0) at eval.c:2724
#13 0x4116c0eb in rb_eval (self=1074357220, n=0xffffffe0) at ruby.h:579
#14 0x4116ba0c in rb_eval (self=1074357220, n=0xffffffe0) at eval.c:2744
#15 0x4116a65a in rb_eval (self=1074357220, n=0xffffffe0) at eval.c:2053
#16 0x41170c4e in rb_call0 (klass=1074372060, recv=1074357220, id=11585,
argc=0, argv=0xbfff4784,
body=0x4009d734, nosuper=0) at eval.c:4547
#17 0x4117113c in rb_call (klass=1074372060, recv=1074357220, mid=11585,
argc=1, argv=0xbfff4780,
scope=1) at eval.c:4640
#18 0x4116c012 in rb_eval (self=1074357220, n=0xffffffe0) at eval.c:2556
#19 0x4116eccd in rb_yield_0 (val=4, self=1074357220, klass=0, acheck=0)
at eval.c:3644
#20 0x4116c80f in rb_eval (self=1074357220, n=0xffffffe0) at eval.c:2386
#21 0x4116a65a in rb_eval (self=1074357220, n=0xffffffe0) at eval.c:2053
#22 0x41170c4e in rb_call0 (klass=1074372060, recv=1074357220, id=11577,
argc=0, argv=0x0,
body=0x4009db80, nosuper=0) at eval.c:4547
#23 0x4117113c in rb_call (klass=1074372060, recv=1074357220, mid=11577,
argc=0, argv=0x0,
scope=1) at eval.c:4640
#24 0x4116c012 in rb_eval (self=1074357220, n=0xffffffe0) at eval.c:2556
#25 0x4116b3cd in rb_eval (self=1074357220, n=0xffffffe0) at eval.c:2304
#26 0x41170c4e in rb_call0 (klass=1074372060, recv=1074357220, id=10521,
argc=0, argv=0xbfff6814,
body=0x400a0768, nosuper=0) at eval.c:4547
#27 0x4117113c in rb_call (klass=1074372060, recv=1074357220, mid=10521,
argc=1, argv=0xbfff6810,
scope=0) at eval.c:4640
#28 0x4116c012 in rb_eval (self=1074347740, n=0xffffffe0) at eval.c:2556
#29 0x4116eccd in rb_yield_0 (val=1074344300, self=1074347740, klass=0,
acheck=0) at eval.c:3644
#30 0x4116c80f in rb_eval (self=1074347740, n=0xffffffe0) at eval.c:2386
#31 0x4116eccd in rb_yield_0 (val=1074346060, self=1074347740, klass=0,
acheck=0) at eval.c:3644
#32 0x4116f004 in rb_yield (val=1074346060) at eval.c:3732
#33 0x41181bea in each_pair_i (key=4294967264, value=1074347520) at
hash.c:591
#34 0x411810ac in rb_hash_foreach_iter (key=22, value=1074347520,
arg=0xbfff77c0) at hash.c:131
#35 0x411b5739 in st_foreach (table=0x80a1920, func=0x41181074
<rb_hash_foreach_iter>,
arg=0xbfff77c0 " >\t@尺e\030A") at st.c:488
#36 0x4118110c in rb_hash_foreach_call (arg=0x0) at hash.c:142
#37 0x4116feb1 in rb_ensure (b_proc=0x411810e4 <rb_hash_foreach_call>,
data1=3221190592,
e_proc=0x41181118 <rb_hash_foreach_ensure>, data2=1074347680) at
eval.c:4064
#38 0x411811b4 in rb_hash_foreach (hash=22, func=0, farg=0x0) at hash.c:173
#39 0x41181c18 in rb_hash_each_pair (hash=1074347680) at hash.c:599
#40 0x4117058d in call_cfunc (func=0x41181bf4 <rb_hash_each_pair>,
recv=1074347680, len=22,
argc=0, argv=0x400a3000) at eval.c:4276
#41 0x41170929 in rb_call0 (klass=1073968196, recv=1074347680, id=3577,
argc=0, argv=0x0,
body=0x40037098, nosuper=1) at eval.c:4416
#42 0x4117113c in rb_call (klass=1073968196, recv=1074347680, mid=3577,
argc=0, argv=0x0, scope=0)
at eval.c:4640
#43 0x4116c012 in rb_eval (self=1074347740, n=0x0) at eval.c:2556
#44 0x4116b3cd in rb_eval (self=1074347740, n=0x0) at eval.c:2304
#45 0x41170c4e in rb_call0 (klass=1074362920, recv=1074347740, id=10241,
argc=0, argv=0x0,
body=0x400250b4, nosuper=0) at eval.c:4547
#46 0x4117113c in rb_call (klass=1074362920, recv=1074347740, mid=10241,
argc=0, argv=0x0,
scope=1) at eval.c:4640
#47 0x4116c012 in rb_eval (self=1074347740, n=0x0) at eval.c:2556
#48 0x4116b3cd in rb_eval (self=1074347740, n=0x0) at eval.c:2304
#49 0x4116a65a in rb_eval (self=1074347740, n=0x0) at eval.c:2053
#50 0x41170c4e in rb_call0 (klass=1074363880, recv=1074347740, id=9201,
argc=0, argv=0xbfff993c,
body=0x4002026c, nosuper=0) at eval.c:4547
#51 0x4117113c in rb_call (klass=1074363880, recv=1074347740, mid=9201,
argc=3, argv=0xbfff9930,
scope=1) at eval.c:4640
#52 0x4116c012 in rb_eval (self=1074347740, n=0x0) at eval.c:2556
#53 0x41170c4e in rb_call0 (klass=1074363880, recv=1074347740, id=8249,
argc=0, argv=0xbfffa2f4,
body=0x40020e88, nosuper=0) at eval.c:4547
#54 0x4117113c in rb_call (klass=1074363880, recv=1074347740, mid=8249,
argc=4, argv=0xbfffa2e4,
scope=1) at eval.c:4640
#55 0x41171319 in rb_f_send (argc=4, argv=0xbfffa2e4, recv=1074347740)
at ruby.h:574
#56 0x4117058d in call_cfunc (func=0x41171290 <rb_f_send>,
recv=1074347740, len=22, argc=5,
argv=0x400a3000) at eval.c:4276
#57 0x41170929 in rb_call0 (klass=1073998996, recv=1074347740, id=3641,
argc=5, argv=0xbfffa2e0,
body=0x4003d178, nosuper=1) at eval.c:4416
#58 0x4117113c in rb_call (klass=1073998996, recv=1074347740, mid=3641,
argc=5, argv=0xbfffa2e0,
scope=0) at eval.c:4640
#59 0x4116c012 in rb_eval (self=1074361880, n=0x0) at eval.c:2556
#60 0x4116a65a in rb_eval (self=1074361880, n=0x0) at eval.c:2053
#61 0x41170c4e in rb_call0 (klass=1074369700, recv=1074361880, id=9201,
argc=0, argv=0xbfffafe4,
body=0x40029bdc, nosuper=0) at eval.c:4547
#62 0x4117113c in rb_call (klass=1074369700, recv=1074361880, mid=9201,
argc=1, argv=0xbfffafe0,
scope=1) at eval.c:4640
#63 0x4116c012 in rb_eval (self=1074361880, n=0x0) at eval.c:2556
#64 0x4116b3cd in rb_eval (self=1074361880, n=0x0) at eval.c:2304
#65 0x4116a65a in rb_eval (self=1074361880, n=0x0) at eval.c:2053
#66 0x41170c4e in rb_call0 (klass=1074369700, recv=1074361880, id=9041,
argc=0, argv=0xbfffc254,
body=0x4002b9a0, nosuper=0) at eval.c:4547
#67 0x4117113c in rb_call (klass=1074369700, recv=1074361880, mid=9041,
argc=1, argv=0xbfffc250,
scope=0) at eval.c:4640
#68 0x4116c012 in rb_eval (self=1073994976, n=0x0) at eval.c:2556
#69 0x4116aedb in rb_eval (self=1073994976, n=0x0) at eval.c:2237
#70 0x4116eccd in rb_yield_0 (val=6, self=1073994976, klass=0, acheck=2)
at eval.c:3644
#71 0x41179a13 in rb_thread_yield (arg=1074349820, th=0x80a1540) at
eval.c:8592
#72 0x411798f1 in rb_thread_start_0 (fn=0x411799dc <rb_thread_yield>,
arg=0x400946fc, th_arg=0x0)
at eval.c:8525
#73 0x41179ac0 in rb_thread_initialize (thread=1074349880,
args=1074349820) at eval.c:8621
#74 0x4117058d in call_cfunc (func=0x41179a88 <rb_thread_initialize>,
recv=1074349880, len=22,
argc=0, argv=0x400a3000) at eval.c:4276
#75 0x41170929 in rb_call0 (klass=1073978296, recv=1074349880, id=2865,
argc=0, argv=0x0,
body=0x40039b68, nosuper=1) at eval.c:4416
#76 0x4117113c in rb_call (klass=1073978296, recv=1074349880, mid=2865,
argc=0, argv=0x0, scope=1)
at eval.c:4640
#77 0x4117148d in rb_funcall2 (recv=22, mid=2865, argc=0, argv=0x0) at
ruby.h:574
#78 0x411737e1 in rb_obj_call_init (obj=1074349880, argc=0, argv=0x0) at
eval.c:5726
#79 0x41179a4c in rb_thread_s_new (argc=0, argv=0x0, klass=1073978296)
at eval.c:8605
#80 0x4117058d in call_cfunc (func=0x41179a18 <rb_thread_s_new>,
recv=1073978296, len=22, argc=0,
argv=0x400a3000) at eval.c:4276
#81 0x41170929 in rb_call0 (klass=1073978276, recv=1073978296, id=3177,
argc=0, argv=0x0,
body=0x40039b90, nosuper=1) at eval.c:4416
#82 0x4117113c in rb_call (klass=1073978276, recv=1073978296, mid=3177,
argc=0, argv=0x0, scope=0)
at eval.c:4640
#83 0x4116c012 in rb_eval (self=1073994976, n=0xbfffd2c8) at eval.c:2556
#84 0x4116b3cd in rb_eval (self=1073994976, n=0xbfffd2c8) at eval.c:2304
#85 0x4116eccd in rb_yield_0 (val=21, self=1073994976, klass=0,
acheck=0) at eval.c:3644
body=0x40039b68, nosuper=1) at eval.c:4416
#76 0x4117113c in rb_call (klass=1073978296, recv=1074349880, mid=2865,
argc=0, argv=0x0, scope=1)
at eval.c:4640
#77 0x4117148d in rb_funcall2 (recv=22, mid=2865, argc=0, argv=0x0) at
ruby.h:574
#78 0x411737e1 in rb_obj_call_init (obj=1074349880, argc=0, argv=0x0) at
eval.c:5726
#79 0x41179a4c in rb_thread_s_new (argc=0, argv=0x0, klass=1073978296)
at eval.c:8605
#80 0x4117058d in call_cfunc (func=0x41179a18 <rb_thread_s_new>,
recv=1073978296, len=22, argc=0,
argv=0x400a3000) at eval.c:4276
#81 0x41170929 in rb_call0 (klass=1073978276, recv=1073978296, id=3177,
argc=0, argv=0x0,
body=0x40039b90, nosuper=1) at eval.c:4416
#82 0x4117113c in rb_call (klass=1073978276, recv=1073978296, mid=3177,
argc=0, argv=0x0, scope=0)
at eval.c:4640
#83 0x4116c012 in rb_eval (self=1073994976, n=0xbfffd2c8) at eval.c:2556
#84 0x4116b3cd in rb_eval (self=1073994976, n=0xbfffd2c8) at eval.c:2304
#85 0x4116eccd in rb_yield_0 (val=21, self=1073994976, klass=0,
acheck=0) at eval.c:3644
---Type <return> to continue, or q <return> to quit---
#86 0x4116f004 in rb_yield (val=21) at eval.c:3732
#87 0x4118fb5c in fix_upto (from=3, to=3221213896) at numeric.c:1468
#88 0x4117058d in call_cfunc (func=0x4118fb0c <fix_upto>, recv=3,
len=22, argc=1, argv=0x400a3000)
at eval.c:4276
#89 0x41170929 in rb_call0 (klass=1073975016, recv=3, id=4017, argc=1,
argv=0xbfffe3e0,
body=0x400389c0, nosuper=1) at eval.c:4416
#90 0x4117113c in rb_call (klass=1073975016, recv=3, mid=4017, argc=1,
argv=0xbfffe3e0, scope=0)
at eval.c:4640
#91 0x4116c012 in rb_eval (self=1073994976, n=0xbfffd2c8) at eval.c:2556
#92 0x4116b3cd in rb_eval (self=1073994976, n=0xbfffd2c8) at eval.c:2304
#93 0x4116a65a in rb_eval (self=1073994976, n=0xbfffd2c8) at eval.c:2053
#94 0x41168908 in ruby_run () at eval.c:1230
#95 0x080485b4 in main ()
#96 0x410299f1 in __libc_start_main () from /lib/libc.so.6
I hope the provided information is enough, I have decided not to attach
the test program here as it's 21kb(and this message is already large
enough without it), but it may be fetched here:
http://idanso.dyndns.org/maps/ruby-bug.tar.bz2
Idan.