home go links go books go opinion go gallery go projects go resumé go
about this site
archives
book reviews
"to read" list
tech books
search books
books archive
last 10 posts
quotes
cluetrain
cluetrain (mirrored)
randobracket
image auth
search engine hits
  hit history
indexer stats
user agent list
HTML (view)
  (most up-to-date)
MS Word (dl)
code examples
doesntsuck.com
doesntsuck.com

January 07, 2004

cut-and-paste sites   (link)

http://www.webbizcentral.com/templates2.htm
lots of site designs... apparently people have trouble accessing this site from time to time... otherwise i'm baffled as to why people keep posting errors in the comments. personally, i've never had any problem pulling it up, the 3 times i've ever been there.

Posted by yargevad at January 7, 2004 04:38 PM
Comments

SIGBUS 7* bus error
si_signo [7]: SIGBUS 7* bus error
si_errno [0]: Success
si_code [128]: unknown siginfo
stackpointer=0xbfffb9d4

Full thread dump Classic VM (Blackdown-1.3.1-RC1,
native threads):
"Finalizer" (TID:0x40f4f528,
sys_thread_t:0x2ab0f4f8, state:CW, native ID:08
at java.lang.Object.wait(Native Method)
at
java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:108)
at
java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:123)
at
java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:162)
"Reference Handler" (TID:0x40f4f300,
sys_thread_t:0x2ab0dc00, state:CW, nat0 at
java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:420)
at
java.lang.ref.Reference$ReferenceHandler.run(Reference.java:110)
"Signal Dispatcher" (TID:0x40f4f330,
sys_thread_t:0x2ab066a0, state:CW, nat5 "main"
(TID:0x40f4f1b0, sys_thread_t:0x2aacf4e0, state:R,
native ID:0x400) 5 at
java.lang.ClassLoader$NativeLibrary.load(Native
Method)
at
java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382)
at
java.lang.ClassLoader.loadLibrary(ClassLoader.java:1298)
at
java.lang.Runtime.loadLibrary0(Runtime.java:749)
at
java.lang.System.loadLibrary(System.java:820)
at
sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:53)
at
java.security.AccessController.doPrivileged(Native
Method)
at
sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:41)
at
sun.awt.DebugHelper.(DebugHelper.java:29)
at
java.awt.Component.(Component.java:356)
Monitor Cache Dump:
java.lang.ref.Reference$Lock@40F4F310/40F85340:

Waiting to be notified:
"Reference Handler" (0x2ab0dc00)

java.lang.ref.ReferenceQueue$Lock@40F4F540/40F85838:

Waiting to be notified:
"Finalizer" (0x2ab0f4f8)
java.lang.Runtime@40F56D88/40FBEEF8: owner "main"
(0x2aacf4e0) 1 entry
java.util.Vector@40F4F0A0/40F82E60: owner "main"
(0x2aacf4e0) 1 entry
java.util.Vector@40F4F0B0/40F82E18: owner "main"
(0x2aacf4e0) 1 entry
Registered Monitor Dump:
utf8 hash table:
JNI pinning lock:
JNI global reference lock:
BinClass lock:
Class linking lock:
System class loader lock:
Code rewrite lock:
Heap lock:
Monitor cache lock: owner "main" (0x2aacf4e0) 1
entry
Thread queue lock: owner "main" (0x2aacf4e0) 1
entry
Monitor registry: owner "main" (0x2aacf4e0) 1 entry

Posted by: Nick at February 10, 2004 05:33 PM

i, er, guess the site crashed at some point. heh. java crashes funny.

Posted by: yargevad at February 10, 2004 08:27 PM

[root@localhost c_src]# gcc -Ico ps.dll ps_unix.c
gcc: ps.dll: No such file or directory
ps_unix.c:9: parse error before "time"
ps_unix.c: In function `millisec':
ps_unix.c:11: `time' undeclared (first use in this function)
ps_unix.c:11: (Each undeclared identifier is reported only once
ps_unix.c:11: for each function it appears in.)
ps_unix.c: In function `LwpData':
ps_unix.c:46: `prusage_t' undeclared (first use in this function)
ps_unix.c:46: parse error before "buffer"
ps_unix.c:47: `tmp' undeclared (first use in this function)
ps_unix.c:50: `buffer' undeclared (first use in this function)
ps_unix.c:51: `PIOCLUSAGE' undeclared (first use in this function)
ps_unix.c: In function `Java_res_ProcessMonitor_getProcessInfo__IJ':
ps_unix.c:165: `prusage_t' undeclared (first use in this function)
ps_unix.c:165: parse error before "before"
ps_unix.c:186: `PIOCUSAGE' undeclared (first use in this function)
ps_unix.c:186: `before' undeclared (first use in this function)
ps_unix.c:193: `after' undeclared (first use in this function)
ps_unix.c:195: `PIOCPSINFO' undeclared (first use in this function)
ps_unix.c:203: structure has no member named `pr_byrssize'
ps_unix.c:204: structure has no member named `pr_bysize'
ps_unix.c: In function `Java_res_ProcessMonitor_getProcessInfo__J':
ps_unix.c:246: `dirent_t' undeclared (first use in this function)
ps_unix.c:246: `entry' undeclared (first use in this function)
ps_unix.c:250: `prusage_t' undeclared (first use in this function)
ps_unix.c:250: parse error before "tmp"
ps_unix.c:277: `PIOCUSAGE' undeclared (first use in this function)
ps_unix.c:277: `tmp' undeclared (first use in this function)
ps_unix.c:303: `PIOCPSINFO' undeclared (first use in this function)
ps_unix.c:327: structure has no member named `pr_byrssize'
ps_unix.c:328: structure has no member named `pr_bysize'

Posted by: n at February 19, 2004 03:03 PM

[root@localhost c_src]# gcc -shared -DPIC -fPIC -O2 -o libps.so ps_unix.c
ps_unix.c:9: parse error before "time"
ps_unix.c: In function `millisec':
ps_unix.c:11: `time' undeclared (first use in this function)
ps_unix.c:11: (Each undeclared identifier is reported only once
ps_unix.c:11: for each function it appears in.)
ps_unix.c: In function `LwpData':
ps_unix.c:46: `prusage_t' undeclared (first use in this function)
ps_unix.c:46: parse error before "buffer"
ps_unix.c:47: `tmp' undeclared (first use in this function)
ps_unix.c:50: `buffer' undeclared (first use in this function)
ps_unix.c:51: `PIOCLUSAGE' undeclared (first use in this function)
ps_unix.c: In function `Java_res_ProcessMonitor_getProcessInfo__IJ':
ps_unix.c:165: `prusage_t' undeclared (first use in this function)
ps_unix.c:165: parse error before "before"
ps_unix.c:186: `PIOCUSAGE' undeclared (first use in this function)
ps_unix.c:186: `before' undeclared (first use in this function)
ps_unix.c:193: `after' undeclared (first use in this function)
ps_unix.c:195: `PIOCPSINFO' undeclared (first use in this function)
ps_unix.c:203: structure has no member named `pr_byrssize'
ps_unix.c:204: structure has no member named `pr_bysize'
ps_unix.c: In function `Java_res_ProcessMonitor_getProcessInfo__J':
ps_unix.c:246: `dirent_t' undeclared (first use in this function)
ps_unix.c:246: `entry' undeclared (first use in this function)
ps_unix.c:250: `prusage_t' undeclared (first use in this function)
ps_unix.c:250: parse error before "tmp"
ps_unix.c:277: `PIOCUSAGE' undeclared (first use in this function)
ps_unix.c:277: `tmp' undeclared (first use in this function)
ps_unix.c:303: `PIOCPSINFO' undeclared (first use in this function)
ps_unix.c:327: structure has no member named `pr_byrssize'
ps_unix.c:328: structure has no member named `pr_bysize'

Posted by: yw at February 19, 2004 03:15 PM


This weblog is licensed under a Creative Commons License.