Closed
Bug 1228511
Opened 10 years ago
Closed 3 years ago
Add-on SDK, child_process can't start and get exit code 32512
Categories
(Add-on SDK Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: romanov4400, Unassigned)
Details
Attachments
(1 file)
|
4.03 KB,
application/zip
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36
Steps to reproduce:
CentOS release 6.7
Firefox 42.0
1. Install attached add-on
2. Open any page
3. Make click on page body
On CentOS 7.1, Ubuntu 12 works fine
On body click add-on execute code:
var child_process = require("sdk/system/child_process");
var ls = child_process.spawn('/bin/ls', ['-lh', '/usr']);
Actual results:
Alert with text "close 32512"
Expected results:
Alert with contents of a directory '/usr', then alert with text "close 0"
| Reporter | ||
Updated•10 years ago
|
Component: Untriaged → General
Product: Firefox → Add-on SDK
Version: 42 Branch → unspecified
| Reporter | ||
Updated•10 years ago
|
OS: Unspecified → Linux
Hardware: Unspecified → x86
I encounter the same problem with Firefox 45.0.2 running on CentOS 6.6 x86_64
Comment 2•3 years ago
|
||
This bug lies at rest in the graveyard.
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•