Opened 11 years ago
Closed 8 years ago
#743 closed defect (worksforme)
IZ3180: qsub/qlogin segfaults on ~/.sge_request
Reported by: | bmcnally | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 6.1u6 |
Severity: | minor | Keywords: | clients |
Cc: |
Description
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=3180]
Issue #: 3180 Platform: All Reporter: bmcnally (bmcnally) Component: gridengine OS: All Subcomponent: clients Version: 6.1u6 CC: None defined Status: NEW Priority: P3 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: roland (roland) QA Contact: roland URL: * Summary: qsub/qlogin segfaults on ~/.sge_request Status whiteboard: Attachments: Issue 3180 blocks: Votes for issue 3180: Opened: Fri Nov 13 11:49:00 -0700 2009 ------------------------ Using the ~/.sge_request file below attempts to qlogin or qsub result in a segmentation fault. In my case I also have a global sge_request file defined too. Removing this file (or even half of it) allows qsub/qlogin to succeed. === # sge_request file # # Set e-mail address #-M test@test.com # If you use qlogin, it will also notify you # when those jobs are done, so you may want to put # this option in your job scripts instead. #-m e # Put job standard output into the sgeoutput directory in # your home directory. The filename will be named # [jobname].o[jobid] (ex. testjob2.sh.o10979). # If this option is not specified, the output file # will be created in your home directory. #-o $HOME/out # Put job standard error into the sgeoutput directory in # your home directory. The filename will be named # [jobname].e[jobid] (ex. testjob2.sh.e10979). # If this option is not specified, the output file # will be created in your home directory. #-e $HOME/err # Uncomment to direct standard error into the standard output file #-j y ===
Change History (1)
comment:1 Changed 8 years ago by dlove
- Resolution set to worksforme
- Severity set to minor
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.