NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hi, I get an error when try simple test with osmosis after installation:
$ /Users/admin/osmosis-0.41/bin/osmosis --read-xml file="input.osm" --write-xml file="output.osm"
Segmentation fault: 11

I tried to start command above from the directory with input.osm file.

So what I have:
1) Mac OS X 10.8.2, Java was installed from Mac OS software update
2) osmosis-0.41 from http://bretth.dev.openstreetmap.org/osmosis-build/osmosis-latest.zip
3) $ java -version
java version "1.6.0_37"
Java(TM) SE Runtime Environment (build 1.6.0_37-b06-434-11M3909)
Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01-434, mixed mode)
4)$ which java
/usr/bin/java
5)$ echo $JAVACMD
/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Commands/java -Xmx128m
6)$ echo $JAVACMD_OPTIONS
-Xmx2G

How is it possible to solve this problem? any suggestions?

asked 09 Dec '12, 15:28

Nik_1's gravatar image

Nik_1
26112
accept rate: 0%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×252
×61

question asked: 09 Dec '12, 15:28

question was seen: 2,370 times

last updated: 09 Dec '12, 15:28

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum