Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
F
fether
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 20
    • Issues 20
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 1
    • Merge Requests 1
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • parity
  • fether
  • Issues
  • #172

Closed
Open
Opened Aug 04, 2018 by Axel Chalon@axelchalonDeveloper

Incomplete/corrupted download of Parity

Happened from the beginning.

Related: https://github.com/parity-js/shell/issues/119

image

Console

[2018-08-04T10:51:43.199Z] INFO (@parity/electron:main/10491 on archon): Parity found on machine, can be run with "/home/xx/.config/Electron/parity".
[2018-08-04T10:51:50.258Z] INFO (@parity/electron:main/10491 on archon): Running "/home/xx/.config/Electron/parity --light --chain kovan --ws-interface 127.0.0.1 --ws-port 8546".
[2018-08-04T10:51:50.265Z] ERROR (fether/10491 on archon): Exit code null, with signal SIGSEGV.
    Error: Exit code null, with signal SIGSEGV.
        at ChildProcess.<anonymous> (/home/xx/web/parity-fether/packages/parity-electron/lib/runParity.js:110:39)
        at emitTwo (events.js:126:13)
        at ChildProcess.emit (events.js:214:7)
        at maybeClose (internal/child_process.js:925:16)
        at Socket.stream.socket.on (internal/child_process.js:346:11)
        at emitOne (events.js:116:13)
        at Socket.emit (events.js:211:7)
        at Pipe._handle.close [as _onclose] (net.js:554:12)

fether.log

{"level":30,"time":1533379903072,"msg":"Starting Fether...","pid":10491,"hostname":"archon","name":"fether","v":1}
{"level":30,"time":1533379903199,"msg":"Parity found on machine, can be run with \"/home/xx/.config/Electron/parity\".","pid":10491,"hostname":"archon","name":"@parity/electron:main","v":1}
{"level":30,"time":1533379910258,"msg":"Running \"/home/xx/.config/Electron/parity --light --chain kovan --ws-interface 127.0.0.1 --ws-port 8546\".","pid":10491,"hostname":"archon","name":"@parity/electron:main","v":1}
{"level":50,"time":1533379910265,"msg":"Exit code null, with signal SIGSEGV.","pid":10491,"hostname":"archon","name":"fether","type":"Error","stack":"Error: Exit code null, with signal SIGSEGV.\n    at ChildProcess.<anonymous> (/home/xx/web/parity-fether/packages/parity-electron/lib/runParity.js:110:39)\n    at emitTwo (events.js:126:13)\n    at ChildProcess.emit (events.js:214:7)\n    at maybeClose (internal/child_process.js:925:16)\n    at Socket.stream.socket.on (internal/child_process.js:346:11)\n    at emitOne (events.js:116:13)\n    at Socket.emit (events.js:211:7)\n    at Pipe._handle.close [as _onclose] (net.js:554:12)","v":1}

Running downloaded Fether manually

$ /home/xx/.config/Electron/parity --light --chain kovan --ws-interface 127.0.0.1 --ws-port 8546
Segmentation fault

$ ls -lh /home/xx/.config/Electron/parity
-rwxr-xr-x 1 xx xx 252K Jul 13 16:38 /home/xx/.config/Electron/parity

252K... I guess the download failed?

Removing /home/xx/.config/Electron/parity and relaunching Fether (making it download Parity again) fixes the problem

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: parity/fether#172