|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
openJava6 ugly fontsHello,
The fonts configuration that comes with 1.6.0_03-p4 looks fine. A freshly installed openJava6 however partly displays ugly looking fonts (netbeans, IDEA shows the same sympthoms). I tried to dig some information on java font propertiesconfiguration: http://java.sun.com/javase/6/docs/technotes/guides/intl/fontconfig.html From that I thought that copying fontconfig.bfc from 1.6.0_03-p4 will do the job. It is not. I tried also to copy fontconfig.properties.src as fontconfig.properties (putting aside *.bfc). It did not helped either. Can someone shed light on how to reconstruct the "original" lookout of fonts? It would be nice to have them as default config, too. Thanks Zsolt -------------------------- Zsolt Kúti _______________________________________________ freebsd-java@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "freebsd-java-unsubscribe@..." |
|
|
Re: openJava6 ugly fontsopenjdk6 b17 is right around the corner, perhaps I can include a fix
for this as well. I'll poke around and see if it's not communicating with fontconfig properly. Brian ------------------------------------------------------------ Brian Gardner | President + CEO GETSNAPPY.COM 3591 Sacramento Dr., Suite 118 San Luis Obispo CA, 93401 805.706.0420 | 805.762.4326 fax brian@... http://www.getsnappy.com Connect with me Facebook | Twitter | LinkedIn ------------------------------------------------------------ On Oct 1, 2009, at 9:49 AM, Zsolt Kúti wrote: > Hello, > > The fonts configuration that comes with 1.6.0_03-p4 looks fine. A > freshly installed openJava6 however partly displays ugly looking fonts > (netbeans, IDEA shows the same sympthoms). > > I tried to dig some information on java font propertiesconfiguration: > http://java.sun.com/javase/6/docs/technotes/guides/intl/ > fontconfig.html > From that I thought that copying fontconfig.bfc from 1.6.0_03-p4 will > do the job. It is not. I tried also to copy fontconfig.properties.src > as fontconfig.properties (putting aside *.bfc). It did not helped > either. > > Can someone shed light on how to reconstruct the "original" > lookout of fonts? It would be nice to have them as default config, > too. > > Thanks > Zsolt > > -------------------------- > Zsolt Kúti > _______________________________________________ > freebsd-java@... mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java- > unsubscribe@..." > _______________________________________________ freebsd-java@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "freebsd-java-unsubscribe@..." |
|
|
Re: openJava6 ugly fontsOn Thu, 1 Oct 2009 11:01:20 -0700
Brian Gardner <openjdk@...> wrote: > openjdk6 b17 is right around the corner, perhaps I can include a fix > for this as well. I'll poke around and see if it's not > communicating with fontconfig properly. > Thank you, Brian! Anybody else with similar experience? Zsolt ------------------ Zsolt Kúti _______________________________________________ freebsd-java@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "freebsd-java-unsubscribe@..." |
|
|
Re: openJava6 ugly fontsOn Thu, Oct 01, 2009 at 08:21:06PM +0200, Zsolt K??ti wrote:
> On Thu, 1 Oct 2009 11:01:20 -0700 > Brian Gardner <openjdk@...> wrote: > > > openjdk6 b17 is right around the corner, perhaps I can include a fix > > for this as well. I'll poke around and see if it's not > > communicating with fontconfig properly. > > > Thank you, Brian! > > Anybody else with similar experience? Yes. Aside from the fonts issue, the openjdk6 experience with Swing is somewhat unstable at times. eg: try running java/netbeans with openjdk6, it will crash the JVM after a while. Cheers. -- Jonathan Chen <jonc@...> Once is dumb luck. Twice is coincidence. Three times and Somebody Is Trying To Tell You Something. _______________________________________________ freebsd-java@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "freebsd-java-unsubscribe@..." |
|
|
Re: openJava6 ugly fontsWhen Java crashes it should create a dump file in the CWD. It should
look like hs_..., or something. If you email me your dump, I'll see if I can find any clues as to the root of the problem On Oct 1, 2009, at 6:36 PM, Jonathan Chen wrote: > On Thu, Oct 01, 2009 at 08:21:06PM +0200, Zsolt K??ti wrote: >> On Thu, 1 Oct 2009 11:01:20 -0700 >> Brian Gardner <openjdk@...> wrote: >> >>> openjdk6 b17 is right around the corner, perhaps I can include a fix >>> for this as well. I'll poke around and see if it's not >>> communicating with fontconfig properly. >>> >> Thank you, Brian! >> >> Anybody else with similar experience? > > Yes. Aside from the fonts issue, the openjdk6 experience with Swing is > somewhat unstable at times. eg: try running java/netbeans with > openjdk6, > it will crash the JVM after a while. > > Cheers. > -- > Jonathan Chen <jonc@...> Once is dumb luck. > Twice is coincidence. > Three times and Somebody Is Trying To Tell You Something. > _______________________________________________ > freebsd-java@... mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java- > unsubscribe@..." > ------------------------------------------------------------ Brian Gardner | President + CEO GETSNAPPY.COM 3591 Sacramento Dr., Suite 118 San Luis Obispo CA, 93401 805.706.0420 | 805.762.4326 fax brian@... http://www.getsnappy.com Connect with me Facebook | Twitter | LinkedIn ------------------------------------------------------------ _______________________________________________ freebsd-java@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "freebsd-java-unsubscribe@..." |
|
|
Netbeans vs openJDK6 [was: Re: openJava6 ugly fonts]On Fri, 2 Oct 2009 14:36:52 +1300
Jonathan Chen <jonc@...> wrote: > On Thu, Oct 01, 2009 at 08:21:06PM +0200, Zsolt K??ti wrote: > > On Thu, 1 Oct 2009 11:01:20 -0700 > > Brian Gardner <openjdk@...> wrote: > > > > > openjdk6 b17 is right around the corner, perhaps I can include a > > > fix for this as well. I'll poke around and see if it's not > > > communicating with fontconfig properly. > > > > > Thank you, Brian! > > > > Anybody else with similar experience? > > Yes. Aside from the fonts issue, the openjdk6 experience with Swing is > somewhat unstable at times. eg: try running java/netbeans with > openjdk6, it will crash the JVM after a while. so slow, that it needed a restart. But repeating TestNG test runs a lot had no such effect. No wonder that openJDK is less polished (and is somewhat behind in performance wise) than our good old Sun JDKs. Unfortunately my need of using openJDK6 stems from the bug which exists in Sun JDKs before update10 (on Windows as well): in DatatypeCoverter from JAXB an internal member of DatatypeCoverterInterface of this class is not initialized and method calls result in NPE. I could not find a workaround (usage of NB is obligatory). Zsolt ------------ Zsolt Kúti _______________________________________________ freebsd-java@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "freebsd-java-unsubscribe@..." |
|
|
Re: Dumpfile for netbeans67 (Was: openJava6 ugly fonts)Hi Brian,
On Fri, Oct 02, 2009 at 09:56:52AM -0700, Brian Gardner wrote: > When Java crashes it should create a dump file in the CWD. It should > look like hs_..., or something. If you email me your dump, I'll see > if I can find any clues as to the root of the problem Thanks for the offer. I've attached the latest dump file for your inspection. This is when running netbeans67 -- Jonathan Chen <jonc@...> ---------------------------------------------------------------------- "With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead." -- RFC 1925 # # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x0000000801e5966f, pid=64725, tid=34386074032 # # Java VM: OpenJDK 64-Bit Server VM (11.0-b17 mixed mode bsd-amd64) # Problematic frame: # [error occurred during error reporting (printing problematic frame), id 0xb] # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # --------------- T H R E A D --------------- Current thread (0x0000000801927000): JavaThread "AWT-EventQueue-1" [_thread_in_Java, id=26335664, stack(0x00007ffffd1e8000,0x00007ffffd3e8000)] siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00007ffeffffffc0 Registers: RAX=0x00000000ff179000, RBX=0x0000000806faf458, RCX=0x000000080094dc0c, RDX=0x0000000000000001 RSP=0x00007ffffd3e6c50, RBP=0x00007fff00000000, RSI=0x0000000000000002, RDI=0x00007ffffd3e6c40 R8 =0xffffff004d93b390, R9 =0x00007ffffd3e6c38, R10=0x0000000000000002, R11=0x0000000000000202 R12=0x0000000801e5835b, R13=0x0000000806faf458, R14=0x00007ffffd3e6cd8, R15=0x0000000801927000 RIP=0x0000000801e5966f, EFL=0x0000000000000004, ERR=0x0000000000000004 TRAPNO=0x000000000000000c Top of Stack: (sp=0x00007ffffd3e6c50) 0x00007ffffd3e6c50: 00000000ff179000 0000000801e5b706 0x00007ffffd3e6c60: 000000003f400000 0000000801e5b852 0x00007ffffd3e6c70: 00007ffffd3e70e0 00007ffffd3e6c78 0x00007ffffd3e6c80: 0000000806faf458 00007ffffd3e6cd8 0x00007ffffd3e6c90: 0000000806fb0ac0 0000000000000000 0x00007ffffd3e6ca0: 0000000806faf458 0000000000000000 0x00007ffffd3e6cb0: 00007ffffd3e6cd8 00007ffffd3e6d40 0x00007ffffd3e6cc0: 0000000801e4d3eb 0000000000000000 0x00007ffffd3e6cd0: 0000000801e58357 000000081763d0a0 0x00007ffffd3e6ce0: 0000000800001fa7 0000000801e4d369 0x00007ffffd3e6cf0: 00007ffffd3e6fe0 0000000000000001 0x00007ffffd3e6d00: 0000000801927000 000000081a0bd470 0x00007ffffd3e6d10: 00007ffffd3e6d90 00007ffffd3e70f8 0x00007ffffd3e6d20: 000000080000000b 0000000806faf458 0x00007ffffd3e6d30: 0000000801e5b5e0 00007ffffd3e6fe8 0x00007ffffd3e6d40: 00007ffffd3e6e30 0000000800f36685 0x00007ffffd3e6d50: 0000000800000001 0000000801927000 0x00007ffffd3e6d60: 000000081a0bd4d0 00007ffffd3e6d90 0x00007ffffd3e6d70: 00007ffffd3e6dd0 00007ffffd3e70f8 0x00007ffffd3e6d80: 0000000801e5b5e0 000000000000000b 0x00007ffffd3e6d90: 0000000801927000 0000000800b168d0 0x00007ffffd3e6da0: 0000000806faf458 000000081763d0a0 0x00007ffffd3e6db0: 00007ffffd3e7240 0000000801e5b825 0x00007ffffd3e6dc0: 00007ffffd3e72a0 00007ffffd3e70f0 0x00007ffffd3e6dd0: 0000000801927000 00000008019ffd30 0x00007ffffd3e6de0: 000000081a0bd400 000000081a0bd478 0x00007ffffd3e6df0: 000000081a0bd7e8 00007ffffd3e7ae0 0x00007ffffd3e6e00: 00007ffffd3e6e70 0000000000000001 0x00007ffffd3e6e10: 00007ffffd3e70f0 000000081a0bd460 0x00007ffffd3e6e20: 000000081a0bd440 0000000801927000 0x00007ffffd3e6e30: 00007ffffd3e6e50 0000000800f357f8 0x00007ffffd3e6e40: 000000081a0bd458 000000081a0bd470 Instructions: (pc=0x0000000801e5966f) 0x0000000801e5965f: 00 00 e9 ca 3c ff ff 4c 8b 6d c8 4c 8b 75 d0 c3 0x0000000801e5966f: 48 8b 65 c0 48 c7 45 f0 00 00 00 00 48 be 68 9d Stack: [0x00007ffffd1e8000,0x00007ffffd3e8000], sp=0x00007ffffd3e6c50, free space=2043k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) [error occurred during error reporting (printing native stack), id 0xb] --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x0000000801923800 JavaThread "DestroyJavaVM" [_thread_blocked, id=11543104, stack(0x00007fffff9ff000,0x00007fffffbff000)] 0x0000000819c7f000 JavaThread "Flushing caches" [_thread_blocked, id=434029824, stack(0x00007ffffcbe5000,0x00007ffffcde5000)] 0x0000000822fa1000 JavaThread "Image Fetcher 1" daemon [_thread_blocked, id=434029424, stack(0x00007ffffcde6000,0x00007ffffcfe6000)] 0x0000000819cc5000 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=434029024, stack(0x00007ffffcfe7000,0x00007ffffd1e7000)] =>0x0000000801927000 JavaThread "AWT-EventQueue-1" [_thread_in_Java, id=26335664, stack(0x00007ffffd1e8000,0x00007ffffd3e8000)] 0x0000000819cc3800 JavaThread "Inactive RequestProcessor thread [Was:Load Open Projects/org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects]" daemon [_thread_blocked, id=434028624, stack(0x00007ffffd3e9000,0x00007ffffd5e9000)] 0x0000000819cc2800 JavaThread "Thread-2" daemon [_thread_blocked, id=434028224, stack(0x00007ffffd5ea000,0x00007ffffd7ea000)] 0x0000000800b10000 JavaThread "TimerQueue" daemon [_thread_blocked, id=11543504, stack(0x00007ffffd7eb000,0x00007ffffd9eb000)] 0x0000000819ce4000 JavaThread "AWT-Shutdown" [_thread_blocked, id=434025424, stack(0x00007ffffdbed000,0x00007ffffdded000)] 0x0000000819ce3800 JavaThread "AWT-XAWT" daemon [_thread_in_native, id=434025024, stack(0x00007ffffddee000,0x00007ffffdfee000)] 0x0000000819ce1000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=434024624, stack(0x00007ffffdfef000,0x00007ffffe1ef000)] 0x0000000819ad6000 JavaThread "Inactive RequestProcessor thread [Was:Default RequestProcessor/org.netbeans.modules.localhistory.LocalHistory$2$1]" daemon [_thread_blocked, id=26334864, stack(0x00007ffffe3f1000,0x00007ffffe5f1000)] 0x0000000819ad5800 JavaThread "Timer-0" daemon [_thread_blocked, id=26334464, stack(0x00007ffffe5f2000,0x00007ffffe7f2000)] 0x0000000819ad5000 JavaThread "CLI Requests Server" daemon [_thread_in_native, id=26334064, stack(0x00007ffffe7f3000,0x00007ffffe9f3000)] 0x0000000819ad4800 JavaThread "Active Reference Queue Daemon" daemon [_thread_blocked, id=26333664, stack(0x00007ffffe9f4000,0x00007ffffebf4000)] 0x0000000801924000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=26333264, stack(0x00007ffffecf6000,0x00007ffffeef6000)] 0x0000000801929000 JavaThread "CompilerThread1" daemon [_thread_blocked, id=26332864, stack(0x00007ffffeef7000,0x00007ffffeff7000)] 0x0000000801928800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=26332464, stack(0x00007ffffeff8000,0x00007fffff0f8000)] 0x0000000801928000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=26332064, stack(0x00007fffff0f9000,0x00007fffff2f9000)] 0x0000000801926800 JavaThread "Finalizer" daemon [_thread_blocked, id=26331664, stack(0x00007fffff2fa000,0x00007fffff4fa000)] 0x0000000801926000 JavaThread "Reference Handler" daemon [_thread_blocked, id=26331264, stack(0x00007fffff4fb000,0x00007fffff6fb000)] Other Threads: 0x0000000801925800 VMThread [stack: 0x00007fffff6fc000,0x00007fffff7fc000] [id=26330864] 0x0000000801929800 WatcherThread [stack: 0x00007ffffebf5000,0x00007ffffecf5000] [id=26329664] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap PSYoungGen total 37888K, used 14381K [0x0000000816bb0000, 0x0000000819650000, 0x0000000819650000) eden space 32576K, 33% used [0x0000000816bb0000,0x0000000817653040,0x0000000818b80000) from space 5312K, 65% used [0x00000008190c0000,0x0000000819428780,0x00000008195f0000) to space 5376K, 0% used [0x0000000818b80000,0x0000000818b80000,0x00000008190c0000) PSOldGen total 35776K, used 21849K [0x0000000811650000, 0x0000000813940000, 0x0000000816bb0000) object space 35776K, 61% used [0x0000000811650000,0x0000000812ba65a8,0x0000000813940000) PSPermGen total 56832K, used 34179K [0x0000000804e50000, 0x00000008085d0000, 0x0000000811650000) object space 56832K, 60% used [0x0000000804e50000,0x0000000806fb0f50,0x00000008085d0000) Dynamic libraries: 0x0000000000400000 /usr/local/openjdk6/bin/java 0x000000080063c000 /lib/libz.so.4 0x0000000800750000 /lib/libthr.so.3 0x0000000800868000 /lib/libc.so.7 0x0000000800c00000 /usr/local/openjdk6/jre/lib/amd64/server/libjvm.so 0x0000000801487000 /usr/lib/libstdc++.so.6 0x0000000801693000 /lib/libm.so.5 0x00000008017ad000 /lib/libgcc_s.so.1 0x0000000801a00000 /usr/local/openjdk6/jre/lib/amd64/native_threads/libhpi.so 0x0000000801b0c000 /usr/local/openjdk6/jre/lib/amd64/libverify.so 0x0000000801c1b000 /usr/local/openjdk6/jre/lib/amd64/libjava.so 0x0000000801d46000 /usr/local/openjdk6/jre/lib/amd64/libzip.so 0x0000000819e00000 /usr/local/openjdk6/jre/lib/amd64/libnet.so 0x000000081a200000 /usr/local/openjdk6/jre/lib/amd64/libawt.so 0x000000081a3c6000 /usr/local/openjdk6/jre/lib/amd64/xawt/libmawt.so 0x000000081a515000 /usr/local/lib/libXext.so.6 0x000000081a626000 /usr/local/lib/libX11.so.6 0x000000081a854000 /usr/local/lib/libXtst.so.6 0x000000081a95a000 /usr/local/lib/libXi.so.6 0x000000081aa63000 /usr/local/lib/libxcb.so.2 0x000000081ab7d000 /usr/local/lib/libXdmcp.so.6 0x000000081ac82000 /usr/lib/librpcsvc.so.4 0x000000081ad8b000 /usr/local/lib/libXau.so.6 0x000000081ae8e000 /usr/local/openjdk6/jre/lib/amd64/libfontmanager.so 0x000000081afd9000 /usr/local/lib/libfreetype.so.9 0x000000081b15f000 /usr/local/lib/libXcursor.so.1 0x000000081b269000 /usr/local/lib/libXrender.so.1 0x000000081b489000 /usr/local/lib/libXfixes.so.3 0x000000081b58e000 /usr/local/openjdk6/jre/lib/amd64/libnio.so 0x000000081bc00000 /usr/local/openjdk6/jre/lib/amd64/liblcms.so 0x000000081bd38000 /usr/local/openjdk6/jre/lib/amd64/libjpeg.so 0x000000081d500000 /usr/local/openjdk6/jre/lib/amd64/libmanagement.so 0x000000080050a000 /libexec/ld-elf.so.1 VM Arguments: jvm_args: -Djdk.home=/usr/local/openjdk6 -Dnetbeans.system_http_proxy=DIRECT -Dnetbeans.system_http_non_proxy_hosts= -Dnetbeans.dirs=/usr/local/netbeans67/nb6.7:/usr/local/netbeans67/ergonomics1:/usr/local/netbeans67/ide11:/usr/local/netbeans67/java2:/usr/local/netbeans67/bin/../xml2:/usr/local/netbeans67/apisupport1:/usr/local/netbeans67/webcommon1:/usr/local/netbeans67/websvccommon1:/usr/local/netbeans67/enterprise5:/usr/local/netbeans67/mobility8:/usr/local/netbeans67/profiler3:/usr/local/netbeans67/ruby2:/usr/local/netbeans67/bin/../python1:/usr/local/netbeans67/php1:/usr/local/netbeans67/bin/../visualweb2:/usr/local/netbeans67/bin/../soa2:/usr/local/netbeans67/identity2:/usr/local/netbeans67/bin/../uml6:/usr/local/netbeans67/harness:/usr/local/netbeans67/cnd2:/usr/local/netbeans67/dlight1:/usr/local/netbeans67/groovy1:/usr/local/netbeans67/bin/../extra:/usr/local/netbeans67/bin/../javafx2: -Dnetbeans.home=/usr/local/netbeans67/platform10 -Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade -Dnetbeans.accept_license_class=org.netbeans.license.AcceptLicense -Xmx128m -Xss2m -Xms32m -XX:PermSize=32m -XX:MaxPermSize=200m -Xverify:none -Dapple.laf.useScreenMenuBar=true -Dsun.java2d.noddraw=true -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/jonc/.netbeans/6.7/var/log/heapdump.hprof java_command: org.netbeans.Main --userdir /home/jonc/.netbeans/6.7 --branding nb Launcher Type: SUN_STANDARD Environment Variables: PATH=/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/jonc/bin:/home/jonc/bin:. USERNAME=jonc LD_LIBRARY_PATH=/usr/local/openjdk6/jre/lib/amd64/server:/usr/local/openjdk6/jre/lib/amd64:/usr/local/openjdk6/jre/../lib/amd64 SHELL=/bin/tcsh DISPLAY=:0.0 HOSTTYPE=FreeBSD OSTYPE=FreeBSD MACHTYPE=unknown Signal Handlers: SIGSEGV: [libjvm.so+0x5f4eb0], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGBUS: [libjvm.so+0x5f4eb0], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGFPE: [libjvm.so+0x4d1c30], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGPIPE: [libjvm.so+0x4d1c30], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGXFSZ: [libjvm.so+0x4d1c30], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGILL: [libjvm.so+0x4d1c30], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000 SIGUSR2: [libjvm.so+0x4d4640], sa_mask[0]=0x00000000, sa_flags=0x00000042 SIGHUP: [libjvm.so+0x4d3120], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000 SIGTERM: [libjvm.so+0x4d3120], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGQUIT: [libjvm.so+0x4d3120], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 --------------- S Y S T E M --------------- OS:Bsd uname:FreeBSD 7.2-STABLE FreeBSD 7.2-STABLE #0: Sat Sep 26 10:18:32 NZST 2009 root@...:/usr/obj/usr/src/sys/OSIRIS amd64 rlimit: STACK 524288k, CORE infinity, NPROC 5547, NOFILE 11095 CPU:total 2 (2 cores per cpu, 1 threads per core) family 15 model 67 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnow, 3dnowext Memory: 4k page, physical 3476224k(869056k free) vm_info: OpenJDK 64-Bit Server VM (11.0-b17) for bsd-amd64 JRE (1.6.0-internal-root_19_jul_2009_00_14-b00), built on Jul 19 2009 00:23:36 by "root" with gcc 4.2.1 20070719 [FreeBSD] time: Sat Oct 3 09:33:44 2009 elapsed time: 28 seconds _______________________________________________ freebsd-java@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "freebsd-java-unsubscribe@..." |
| Free embeddable forum powered by Nabble | Forum Help |