[OSM-dev] Segmentation fault in osm

Alexandru icidrop at yahoo.com
Mon Nov 14 14:06:01 GMT 2011


Thanks a lot for your input, These are the results:

$ uname -a
Linux norma-pc 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
$ ruby --version
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
$ gem list

*** LOCAL GEMS ***

actionmailer (3.1.1, 2.3.14)
actionpack (3.1.1, 2.3.14)
activemodel (3.1.1)
activerecord (3.1.1, 2.3.14)
activeresource (3.1.1, 2.3.14)
activesupport (3.1.1, 2.3.14)
arel (2.2.1)
builder (3.0.0)
bundler (1.0.21)
erubis (2.7.0)
hike (1.2.1)
httpclient (2.2.3)
i18n (0.6.0)
json (1.6.1)
libxml-ruby (2.2.2)
mail (2.3.0)
mime-types (1.17.2)
multi_json (1.0.3)
nokogiri (1.5.0)
oauth (0.4.5)
oauth-plugin (0.3.14)
pg (0.11.0)
polyglot (0.3.3)
rack (1.3.5, 1.1.2)
rack-cache (1.1)
rack-mount (0.8.3)
rack-openid (1.3.1)
rack-ssl (1.3.2)
rack-test (0.6.1)
rails (2.3.14)
railties (3.1.1)
rake (0.9.2.2)
rdoc (3.11)
rmagick (2.13.1)
ruby-openid (2.1.8)
sanitize (2.0.3)
sprockets (2.0.3)
SystemTimer (1.2.3)
thor (0.14.6)
tilt (1.3.3)
timecop (0.3.5)
treetop (1.4.10)
tzinfo (0.3.31)



________________________________
From: Matt Amos <zerebubuth at gmail.com>
To: Alexandru <icidrop at yahoo.com>
Sent: Monday, November 14, 2011 3:54 PM
Subject: Re: [OSM-dev] Segmentation fault in osm

could you run these commands and let me know what the output is, please?

uname -a
ruby --version
gem list

for example, (and it's not necessary that what you run matches what i
run) on my system they give:

$ uname -a
Linux livingstone 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:56:25
UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
$ ruby --version
ruby 1.9.2p136 (2010-12-25 revision 30365) [x86_64-linux]
$ gem list

*** LOCAL GEMS ***

abstract (1.0.0)
actionmailer (3.0.3)
actionpack (3.0.3)
activemodel (3.0.3)
activerecord (3.0.3)
activeresource (3.0.3)
activesupport (3.0.3)
arel (2.0.7)
builder (2.1.2)
bundler (1.0.10)
erubis (2.6.6)
ffi (1.0.9)
ffi-rzmq (0.8.2)
hpricot (0.8.4)
i18n (0.5.0)
jquery-rails (0.2.7)
json (1.6.1)
libxml-ruby (2.0.5, 1.1.4)
m2r (0.0.3)
mail (2.2.15)
mime-types (1.16)
pg (0.10.1)
polyglot (0.3.1)
rack (1.2.1)
rack-mount (0.6.13)
rack-test (0.5.7)
rails (3.0.3)
railties (3.0.3)
rake (0.8.7)
rgeo (0.2.4)
rgeo-geojson (0.2.0)
rubygems-update (1.5.0)
sqlite3 (1.3.3)
sqlite3-ruby (1.3.3)
thor (0.14.6)
treetop (1.4.9)
tzinfo (0.3.24)
wirble (0.1.3)

On Mon, Nov 14, 2011 at 7:55 AM, Alexandru <icidrop at yahoo.com> wrote:
> I ran ubuntu 11.10 and i do get a lot of messages when starting the  server
> ,as:
> $ ruby script/server
> => Booting WEBrick
> => Rails 2.3.14 application starting on http://0.0.0.0:3000
> NOTE: Gem.source_index is deprecated, use Specification. It will be removed
> on or after 2011-11-01.
> Gem.source_index called from
> /usr/lib/ruby/gems/1.8/gems/rails-2.3.14/lib/rails/gem_dependency.rb:21.
> NOTE: Gem::SourceIndex#initialize is deprecated with no replacement. It will
> be removed on or after 2011-11-01.
> Gem::SourceIndex#initialize called from
> /usr/lib/ruby/gems/1.8/gems/rails-2.3.14/lib/rails/vendor_gem_source_index.rb:100.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec.
> It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from
> /usr/local/lib/site_ruby/1.8/rubygems/source_index.rb:91.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec.
> It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from
> /usr/local/lib/site_ruby/1.8/rubygems/source_index.rb:91.
> NOTE: Gem.source_index is deprecated, use Specification. It will be removed
> on or after 2011-11-01.
>
> And i have no idea how to change them. Please help.
> ________________________________
> From: Matt Amos <zerebubuth at gmail.com>
> To: Alexandru <icidrop at yahoo.com>
> Cc: "dev at openstreetmap.org" <dev at openstreetmap.org>
> Sent: Friday, November 11, 2011 9:50 PM
> Subject: Re: [OSM-dev] Segmentation fault in osm
>
> On Fri, Nov 11, 2011 at 1:29 PM, Alexandru <icidrop at yahoo.com> wrote:
>> /usr/lib/ruby/gems/1.8/gems/i18n-0.6.0/lib/i18n/core_ext/hash.rb:13: [BUG]
>> Segmentation fault
>> ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
>>
>> Aborted
>
> this would seem to indicate a pretty serious problem with your ruby
> installation. what distro / OS are you running? and is it possible
> there are some rogue out-of-date or ABI-incompatible libraries
> somewhere on your disk?
>
> cheers,
>
> matt
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/dev/attachments/20111114/dc98da49/attachment.html>


More information about the dev mailing list