Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!snorkelwacker!bloom-beacon!essex.ac.UK!ghosr From: ghosr@essex.ac.UK (Ghosh-Roy R) Newsgroups: comp.windows.x Subject: Hangup Message-ID: <9392.9010080904@tkx.essex.ac.uk> Date: 8 Oct 90 09:04:34 GMT Sender: root@athena.mit.edu (Wizard A. Root) Organization: The Internet Lines: 15 My XView program works fine but it gives me `Hangup' error whenever I push the quit button (xv_destroy_safe(frame)). All my procedures are called by pushing buttons. It means that when I just run the program there are no initializations from my procedures. Now if I push the `quit' button it calls for `xv_destroy_safe(frame)' and should destroy the frame quietly. It does succeed to destroy the frame but also says `Hangup'. Why? Thanks. Rana