If this were windows, I would throw "memory leak" out there.

I've seen certain SELECT statements in Unidata "leak" - to the point the
U2 PID eventually dies a very bad death back to the shell.

On windows, we can see this using process explorer.  

-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dan McGrath
Sent: Tuesday, July 21, 2009 6:24 PM
To: U2 Users List
Subject: Re: [U2] FW: Universe just quits

Hi Harold,

Our system is UD, so YMMV, but we had issues with a process that would
crash to ECL with no error message. We eventually traced the statement
it crashed on to a WRITE (OSWRITE actually) that did not have an ON
ERROR clause and would kill the process without warning.

Lesson learnt. Don't assume it will always result in a error message
being displayed on a crash.

However, crashing to ECL/TCL is completely different to crashing to
shell. I assume you run the program once already logged into Universe,
not calling it through Universe from shell?

-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Oaks, Harold
Sent: Wednesday, 22 July 2009 7:55 AM
To: U2 Users List
Subject: [U2] FW: Universe just quits

 
Hi Marc:

Curretly I'm doing nothing special with the error handling.  I note that
errors when running a BASIC program print some error and drop to
Universe (TCL) level.  However in this situation there is no error
displayed and we drop entirely out of Universe, to unix. I can certainly
try the ON ERROR clause to see if something gets returned.

Thanks---
Harold 

-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Marc Hilbert
Sent: Tuesday, July 21, 2009 1:16 PM
To: U2 Users List
Subject: Re: [U2] Universe just quits

Are you handling all potential I/O errors in your Basic code (e.g. ON
ERROR, ELSE, LOCKED clauses on CLEARFILE, WRITE, READSEQ)? UV will often
just drop out of a program if the errors aren't handled.
Regards,
Marc


----- Original Message -----
From: "Oaks, Harold" <harold.o...@clark.wa.gov>
To: <u2-users@listserver.u2ug.org>
Sent: Tuesday, July 21, 2009 3:41 PM
Subject: [U2] Universe just quits


>I am having a very disconcerting problem.  A long job I have been  
>running, processing a large text file and then loading a Universe
file,
> is simply quitting sometimes.  No error message of any kind, Universe 
> just quits, the session drops into unix.  We have Universe 10.2
running
> over HPux 11.1.  I have reduced the job to smaller pieces to get thru
it
> and indicate data values so that I restart at about the dropout point.
> So I'll be able to finish but I would like to understand what's going 
> on.
>
> Anybody seen this kind of thing before?  Is there a Universe parameter
I
> should look at?  A unix kernal parameter?
>
> Any ideas appreciated.
> Thanks-
>
> Harold Oaks
> Sr. Analyst/Programmer
> Clark County Information Systems
> Clark County, Washington
> ph: (360) 397-6121 x4132
>
>
>
> This e-mail and related attachments and any response may be subject to

> public disclosure under state law.
> _______________________________________________
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
> 

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


This e-mail and related attachments and any response may be subject to
public disclosure under state law.
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


This e-mail and related attachments and any response may be subject to
public disclosure under state law.
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________
########################################################################
###################
The information transmitted in this message and attachments (if any) is
intended only
for the person or entity to which it is addressed. The message may
contain confidential
and/or privileged material.  Any review, retransmission, dissemination
or other use of
or taking of any action in reliance upon this information by persons or
entities other
than the intended recipient is prohibited.  If you received this in
error, please
contact the sender and delete the material from any computer.

The intended recipient of this e-mail may only use, reproduce, disclose
or distribute
the information contained in this e-mail and any attached files with the
permission of IMB.
########################################################################
###################
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to