Ticket #10769 (closed: fixed)
MantidPlot unstable failed to launch on SNS analysis machine
Reported by: | Wenduo Zhou | Owned by: | Peter Peterson |
---|---|---|---|
Priority: | blocker | Milestone: | Release 3.3 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Ricardo Leal |
Description
Error message: /opt/mantidunstable/bin/MantidPlot_exe: fork: retry: Resource temporarily unavailable
Change History
comment:2 Changed 6 years ago by Peter Peterson
- Owner changed from Martyn Gigg to Peter Peterson
- Status changed from new to assigned
comment:3 Changed 6 years ago by Pete Peterson
- Status changed from assigned to inprogress
Re #10769. This should fix the ld_preload issue.
Changeset: 7332a1594e51760c6c205d8145c96805c127e6ce
comment:4 Changed 6 years ago by Peter Peterson
- Status changed from inprogress to verify
- Resolution set to fixed
To test: build and run bin/launch_mantidplot.sh. If it runs then everything is fine.
comment:5 Changed 6 years ago by Ricardo Leal
- Status changed from verify to verifying
- Tester set to Ricardo Leal
comment:6 Changed 6 years ago by Ricardo Leal
- Status changed from verifying to closed
It runs in Ubuntu 14.04
comment:7 Changed 6 years ago by Ricardo M. Ferraz Leal
Merge remote-tracking branch 'origin/bugfix/10769_ld_preload'
Full changeset: b4891c00c6b2297fe8cc1167f457ce1383add346
Note: See
TracTickets for help on using
tickets.
It appears to be a symbolic link issue with LD_PRELOAD. The bash script can probably take care of this using readlink with the -f option.