produnis opened a new issue #1832: arch linux
{os_process_error,{exit_status,139}}
URL: https://github.com/apache/couchdb/issues/1832
Hi there,
I installed couchdb (2.3.0) via pacman on archlinux and played along with it.
My problem is, that I cannot do certain actions, e.g. to create new
_design/-Documents or Views.
I get this error while trying to create a new view:
`{os_process_error,{exit_status,139}}`
I get this error on 3 different arch-machines (laptop, desktop, server)
I found a thread at apache.org blaming SELinux for this error:
http://docs.couchdb.org/en/2.3.0/install/troubleshooting.html
but I don't know what to do on arch.
Any help welcome
:=)
## Expected Behavior
A new View or _design-Document is created.
## Current Behavior
crashes with error 139
## Possible Solution
don't know
## Steps to Reproduce (for bugs)
1. install archlinux
2. pacman -S couchdb
3.
```
curl -H 'Content-Type: application/json' -X PUT
http://localhost:5984/mydb/_design/example -d ' {
"_id" : "_design/example",
"views" : {
"foo" : {
"map" : "function(doc){ emit(doc._id, doc._rev)}"
}
}
} '
```
4. Get error 139
## Your Environment
* Version used: 2.3.0
* Browser Name and version: Firefox 64.0
* Operating System and version (desktop or mobile): archlinux
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services