Displaying 11 results from an estimated 11 matches for "numprocs".
2009 Dec 09
2
[LLVMdev] How to run vmjc created .bc files?
...488 in jnjvm::Jnjvm::loadBootstrap ()
#11 0x080725e5 in jnjvm::Jnjvm::mainJavaStart ()
#12 0x080b2556 in mvm::Thread::internalThreadStart ()
#13 0xf408dfc0 in start_thread () from /lib/libpthread.so.0
#14 0xf4011e7e in clone () from /lib/libc.so.6
The java file itself is very simple:
public class NumProcs {
/**
* Displays the number of processors available in the Java Virtual
Machine
*/
public static void main(String[] args) {
Runtime runtime = Runtime.getRuntime();
int nrOfProcessors = runtime.availableProcessors();
System.out.println("Number of pr...
2014 Jul 30
0
[Announce] Samba 4.0.20 Available for Download
...ly.
* BUG 10657: autobuild: Delete $NSS_MODULES in "make clean".
o Volker Lendecke <vl at samba.org>
* BUG 10663: msg_channel: Fix a 100% CPU loop.
* BUG 10680: smbstatus: Fix an uninitialized variable.
* BUG 10687: 'RW2' smbtorture test fails when -N <numprocs> is set to 2 due
to the invalid status check in the second client.
* BUG 10699: smbd: Avoid double-free in get_print_db_byname.
o Stefan Metzmacher <metze at samba.org>
* BUG 10469: ldb-samba: fix a memory leak in
ldif_canonicalise_objectCategory().
* BUG 10692:...
2014 Jul 30
0
[Announce] Samba 4.0.20 Available for Download
...ly.
* BUG 10657: autobuild: Delete $NSS_MODULES in "make clean".
o Volker Lendecke <vl at samba.org>
* BUG 10663: msg_channel: Fix a 100% CPU loop.
* BUG 10680: smbstatus: Fix an uninitialized variable.
* BUG 10687: 'RW2' smbtorture test fails when -N <numprocs> is set to 2 due
to the invalid status check in the second client.
* BUG 10699: smbd: Avoid double-free in get_print_db_byname.
o Stefan Metzmacher <metze at samba.org>
* BUG 10469: ldb-samba: fix a memory leak in
ldif_canonicalise_objectCategory().
* BUG 10692:...
2014 Jul 28
0
[Announce] Samba 4.1.10 Available for Download
...(1582): ret".
* BUG 10663: msg_channel: Fix a 100% CPU loop.
* BUG 10671: s3: smbd: Prevent file truncation on an open that fails with
share mode violation.
* BUG 10680: smbstatus: Fix an uninitialized variable.
* BUG 10687: 'RW2' smbtorture test fails when -N <numprocs> is set to 2 due
to the invalid status check in the second client.
* BUG 10693: ldb: Fix 1138330 Dereference null return value, fix CIDs
241329, 240798, 1034791, 1034792 1034910, 1034910).
* BUG 10699: smbd: Avoid double-free in get_print_db_byname.
o Stefan Metzmacher &l...
2014 Jul 28
0
[Announce] Samba 4.1.10 Available for Download
...(1582): ret".
* BUG 10663: msg_channel: Fix a 100% CPU loop.
* BUG 10671: s3: smbd: Prevent file truncation on an open that fails with
share mode violation.
* BUG 10680: smbstatus: Fix an uninitialized variable.
* BUG 10687: 'RW2' smbtorture test fails when -N <numprocs> is set to 2 due
to the invalid status check in the second client.
* BUG 10693: ldb: Fix 1138330 Dereference null return value, fix CIDs
241329, 240798, 1034791, 1034792 1034910, 1034910).
* BUG 10699: smbd: Avoid double-free in get_print_db_byname.
o Stefan Metzmacher &l...
2012 Sep 06
5
centos email server suddenly much slower. What to do?
Greetings,
I run my own email server for some domains I administer, on a centos
vps server with a very small number of users.
The only services are smtp, imap/pop, webmail
Everything was running without problems until this morning. I left
home for 1/2 hours, and when I came back everything had become about
100x slower (seriously!). The services were/are still all up and
running, but practically
2009 Dec 08
0
[LLVMdev] How to run vmjc created .bc files?
Hi Michael,
On Tue, Dec 8, 2009 at 6:26 PM, Michael Wu <mmwu at princeton.edu> wrote:
> Hi,
>
> Thanks a lot for the help! I am getting some errors though:
>
> I am on a 32 bit chroot on a x86_64 system. Thus llc guesses the wrong
> architecture from the module bitcode and spits out x86_64 assembly. I fixed
> this by adding "-march=x86" to the llc options
2009 Dec 08
2
[LLVMdev] How to run vmjc created .bc files?
Hi,
Thanks a lot for the help! I am getting some errors though:
I am on a 32 bit chroot on a x86_64 system. Thus llc guesses the wrong
architecture from the module bitcode and spits out x86_64 assembly. I
fixed this by adding "-march=x86" to the llc options in llcj.
gcc doesn't know what -lgc is. I'm guessing it is the garbage collection
library. How can I get it or
2006 Sep 13
7
Mongrel spewing backtraces and nanosleeping
...ve been trying to dig through the Mongrel code but I haven''t fully
grasped what''s going on with all the threads in there, so I hope someone
more insightful might be able to solve these issues.
A couple of further observations:
The above seems to be replicating whether I run with numprocs set to 1
or to 1024. Also I''m a bit surprised that I can from time to time
experience that there are one more processor than the max allowed, I
assume this is due to the threading and most likely is not a problem.
I would really like to get this issue resolved so I can get back to
using M...
2014 Jul 30
1
samba Digest, Vol 139, Issue 40
...ld: Delete $NSS_MODULES in "make clean".
>
>
> o Volker Lendecke <vl at samba.org>
> * BUG 10663: msg_channel: Fix a 100% CPU loop.
> * BUG 10680: smbstatus: Fix an uninitialized variable.
> * BUG 10687: 'RW2' smbtorture test fails when -N <numprocs> is set to
> 2 due
> to the invalid status check in the second client.
> * BUG 10699: smbd: Avoid double-free in get_print_db_byname.
>
>
> o Stefan Metzmacher <metze at samba.org>
> * BUG 10469: ldb-samba: fix a memory leak in
> ldif_canonical...
2007 May 06
28
mongrel becoming unresponsive
Hello,
I''m running mongrel behind apache via proxypass. Every now and then, a spammer
tries to proxy traffic through apache, and for some reason, apache forwards
the request to mongrel, even though it''s not a site being hosted by me.
At times this seems to cause mongrel to become unresponsive, and all requests
to the site then fail with a proxy error until mongrel is