Bug 1083 : Processing 1.0 R0162 won't start on Linux
Last modified: 2008-12-01 07:03




Status:
RESOLVED
Resolution:
WONTFIX -
Priority:
P2
Severity:
normal

 

Reporter:
equinoxefr
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2008-12-01 00:21
I have a problem on Linux (Ubuntu 8.10 32bit), processing GUI won't start.

If i run java -verbose, i have some java information:

[Loaded processing.app.syntax.JEditTextArea$AdjustHandler$1 from
file:/home/pierre/usr/processing-1.0/lib/pde.jar]
[Loaded java.io.InterruptedIOException from shared objects file]

And nothing else, no gui. I must hit CTRL+C to quit.

If i use strace, i have this kind of message:

[pid 9738] <... futex resumed> ) = 0
[pid 9738] futex(0x99ce328, 0x81 /* FUTEX_??? */, 1) = 0
[pid 9738] futex(0x9c7f874, 0x85 /* FUTEX_??? */, 1) = 1
[pid 9738] gettimeofday({1228119525, 143234}, NULL) = 0
[pid 9738] gettimeofday({1228119525, 143271}, NULL) = 0
[pid 9738] gettimeofday({1228119525, 143363}, NULL) = 0
[pid 9738] select(12, [11], [11], NULL, NULL) = 1 (out [11])
[pid 9738] writev(11,
[{"\2\0\4\0\223\0\0\0\0\10\0\0\0\0\2\0$\0\1\0\20\0\6\0\r\0"..., 44}], 1) = 44
[pid 9738] select(12, [11], [], NULL, NULL <unfinished ...>
[pid 9749] <... futex resumed> ) = 0
[pid 9749] futex(0x9c7ede8, 0x81 /* FUTEX_??? */, 1) = 0
[pid 9749] futex(0x9c7f874, 0x80 /* FUTEX_??? */, 3 <unfinished ...>
[pid 9738] <... select resumed> ) = 1 (in [11])
[pid 9738] read(11, "\1\0Y\0\0\0\0\0\366\0\0\0\0\0\0\0\30\0\0\0\0\0\0\0
\375"..., 4096) = 32
[pid 9738] read(11, 0x9b2c464, 4096) = -1 EAGAIN (Resource temporarily
unavailable)
[pid 9738] select(12, [11], [11], NULL, NULL) = 1 (out [11])
[pid 9738] writev(11, [{"\27\0\2\0\366\0\0\0", 8}], 1) = 8
[pid 9738] select(12, [11], [], NULL, NULL) = 1 (in [11])
[pid 9738] read(11, "\1gZ\0\0\0\0\0\3\0\340\0
\375-\t\0\0\0\0\10\0\0\0\10\0"..., 4096) = 32
[pid 9738] read(11, 0x9b2c464, 4096) = -1 EAGAIN (Resource temporarily
unavailable)


I have no problem with processing 0157.
Additional Comment #1 From fry 2008-12-01 05:04
That's probably either your system not liking Java 6u10, which is included
in the 1.0 release, or you're getting hit by one of the bugs that's fixed
in 1.0.1. But I'm guessing it's the former, in which case you need to just
replace the Java installation as described in the Linux reference:
http://processing.org/reference/environment/platforms.html#linux
Additional Comment #2 From equinoxefr 2008-12-01 06:10
Hello,

Thank's for your reply. If i use java 1.6_10 from Sun or java from
processing 0157, i have same results, i can't start processing. I will use
processing 0157 until 1.0.1 available.

Regard's
Pierre
Additional Comment #3 From fry 2008-12-01 06:18
1.0.1 is already available, just visit the download page.
Additional Comment #4 From equinoxefr 2008-12-01 07:03
With 1.0.1 everything is OK ;-)

Thank's for your help