[#7708] Bug in libsnmp-ruby1.8 — Hadmut Danisch <hadmut@...>

Hi,

8 messages 2006/04/11
[#7709] Re: Bug in libsnmp-ruby1.8 — Eric Hodel <drbrain@...7.net> 2006/04/11

On Apr 11, 2006, at 6:23 AM, Hadmut Danisch wrote:

[#7770] Re: possible defect in array.c — "Brown, Warren" <warrenbrown@...>

> rb_range_beg_len (in range.c) does set beg and len.

13 messages 2006/04/26
[#7771] Re: possible defect in array.c — "Pat Eyler" <rubypate@...> 2006/04/26

On 4/26/06, Brown, Warren <warrenbrown@aquire.com> wrote:

[ ruby-Bugs-4003 ] segmentation fault during 'make' - Ruby stable 1.8.4

From: noreply@...
Date: 2006-04-02 09:51:32 UTC
List: ruby-core #7657
Bugs item #4003, was opened at 2006-04-02 09:51
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=4003&group_id=426

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Drucer Hackman (drucer)
Assigned to: Nobody (None)
Summary: segmentation fault during 'make' - Ruby stable 1.8.4

Initial Comment:
Ruby version - stable 1.8.4

bash-3.00# uname -a
Linux northwood 2.6.15.1 #1 SMP PREEMPT Thu Mar 9 13:02:57 EET 2006 i686 pentium4 i386 GNU/Linux

bash-3.00# gcc --version
gcc (GCC) 3.4.3
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

bash-3.00# make
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c array.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c bignum.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c class.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c compar.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c dir.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c dln.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c enum.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c error.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c eval.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c file.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c gc.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c hash.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c inits.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c io.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c marshal.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c math.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c numeric.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c object.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c pack.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c parse.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c process.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c prec.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c random.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c range.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c re.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c regex.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c ruby.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c signal.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c sprintf.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c st.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c string.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c struct.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c time.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c util.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c variable.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c version.c
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c dmyext.c
ar rcu libruby-static.a array.o bignum.o class.o compar.o dir.o dln.o enum.o error.o eval.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o prec.o random.o range.o re.o regex.o ruby.o signal.o sprintf.o st.o string.o struct.o time.o util.o variable.o version.o  dmyext.o
gcc -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT  -I. -I.  -c main.c
gcc main.o  libruby-static.a -ldl -lcrypt -lm   -o miniruby -march=pentium4 -O2 -pipe -fomit-frame-pointer  -DRUBY_EXPORT   -rdynamic -Wl,-export-dynamic 
./lib/fileutils.rb:1247: [BUG] Segmentation fault
ruby 1.8.4 (2006-03-29) [i686-linux]

make: *** [.rbconfig.time] Aborted


----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=4003&group_id=426

In This Thread

Prev Next