On 14.01.12 23:25, gene heskett wrote:
> But what I now see in the strace output is a fail of a FUTEX that could 
> have been there all along, whatever the heck that futex is. 

Well, t'aint so different from a mutex (which is just a semaphore, or
"mutual exclusion" flag, normally used by threads competing for a common
resource.) Futex is just a linuxy "fast userspace mutex" version of that.

...

> Is any of this making sense to anybody? 

Nah, not much, except that:

> Caused by: java.lang.ClassNotFoundException:

seems to reveal a missing class. I understand very little of java, but
can you find:

> javax.media.j3d.WakeupCriterion

anywhere in the code? (Mind you, if it were in some other lib, then nm
will probably just say "no symbols", 'cos they work for Murphy too.)

> At this point, I'm bumfuzzled (or whatever your fav expression for
> confused is) and would seem to be getting worse.  Oldtimers is hell.

" Oldtimers is hell." because when we were young, we hadn't seen the
view from the top of enough learning curves to quibble about the climb?

I like your hack to help it find your libraries. (I'd have been
conformist, and rebuilt with new -Ixyz arguments, which wastes time.)

Erik
(Who's not much help on this one.)

-- 
Oldtimers is hell, but it beats the alternative.


------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to