Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #13504

Re: Java JDesktop GUI Segmentation Fault on first use in CDE (Solaris 10) Until I Logout and Log Back in

Date 2012-04-12 14:41 -0700
From Patricia Shanahan <pats@acm.org>
Newsgroups comp.lang.java.programmer
Subject Re: Java JDesktop GUI Segmentation Fault on first use in CDE (Solaris 10) Until I Logout and Log Back in
References <24045459.590.1334265511830.JavaMail.geo-discussion-forums@pbcpw7>
Message-ID <RfCdnSMWOMxq1hrSnZ2dnUVZ_g6dnZ2d@earthlink.com> (permalink)

Show all headers | View raw


On 4/12/2012 2:18 PM, brianjester@gmail.com wrote:
> I have a Java Jdesktop GUI created in Netbeans 7.0.1 and the target architecture in sun4u/sun4v with Solaris 10 and CDE when I attempt to run it for the first time after installing it with pkgadd it crashes:
>
>    pkgadd -d myAppPkg
>
>    java -jar myApp.jar
>
> I get:
>
>    Segmentation Fault - core dumped
>
> If I log out and log in, the problem goes away and I can launch the Jar just fine and the GUI appears.
>
> Any ideas?

Perhaps it could be a multi-threading race condition. The different
history could affect which operations are slowed down by page faults due
to libraries not being in memory.

Patricia

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Java JDesktop GUI Segmentation Fault on first use in CDE (Solaris 10) Until I Logout and Log Back in brianjester@gmail.com - 2012-04-12 14:18 -0700
  Re: Java JDesktop GUI Segmentation Fault on first use in CDE (Solaris 10) Until I Logout and Log Back in Patricia Shanahan <pats@acm.org> - 2012-04-12 14:41 -0700
    Re: Java JDesktop GUI Segmentation Fault on first use in CDE (Solaris 10) Until I Logout and Log Back in Brian Jester <brianjester@gmail.com> - 2012-04-16 13:56 -0700
      Re: Java JDesktop GUI Segmentation Fault on first use in CDE (Solaris 10) Until I Logout and Log Back in Roedy Green <see_website@mindprod.com.invalid> - 2012-05-14 21:48 -0700

csiph-web