12 Sep 18:29
alternative to destroying a dialog? (to avoid segfault)
From: Doug Glidden <lists <at> ruby-forum.com>
Subject: alternative to destroying a dialog? (to avoid segfault)
Newsgroups: gmane.comp.lang.ruby.wxruby.user
Date: 2008-09-12 16:33:41 GMT
Subject: alternative to destroying a dialog? (to avoid segfault)
Newsgroups: gmane.comp.lang.ruby.wxruby.user
Date: 2008-09-12 16:33:41 GMT
Hi, I'm running into a problem with a segfault when destroying a Dialog, which I've read is a known problem that occurs when the GC cleans up after a Dialog that contains a Sizer is destroyed (that's exactly my situation). I don't get a segfault when I remove the destroy call, but the app doesn't exit correctly, either--the process silently hangs. Is there an alternative to destroy or something I can do to avoid the segfault? Thanks, Doug -- -- Posted via http://www.ruby-forum.com/.
RSS Feed