similar to: wine: failed to create the process heap

Displaying 20 results from an estimated 40000 matches similar to: "wine: failed to create the process heap"

2003 Oct 11
1
Redhat 9 problems
Hello, I have recently tried running wine build 20030911 on my vanilla Redhat 9 installation but keep getting the same error when trying to run anything with wine (ie notepad, winamp, etc). The following is the error I receive. wine: Unhandled exception (thread 0009), starting debugger... At which point the wine debugger starts. I have tried building from source, building from CVS, and also
2006 Jul 20
2
only one mysql process in pstree
Hi All, I have two servers, one is centos 4.3 (new) and other is rh9 (old). Both of them run mysql as the primary database server. I installed mysql via the rpms available in mysql.com downloads. Recently when i do "pstree", i noticed that RH9 server shows many mysql children while centos shows only one. Here is the pstree result. (Both of them runs the same version of mysql)
2004 Mar 24
0
failed to create the process heap
Hey everybody, I hope I'm just missing something obvious, but wine dies with this error on startup: wine: failed to create the process heap I'm using a fedora core 1 system with a 2.6 kernel, wine was installed with the fc1 rpm "wine-20040213-1fc1winehq." The only hint google was able to give was a posting that claimed this error should happen on every 2.6 kernel because of
2006 Jun 23
7
malloc small pieces of memory
Hi I have a Problem with wine. I have one Program, that allogaces many small pieces with "malloc()" in the memory. "many" means over 2 Mio, "small" means "from 8 to 128 bytes" in size. Running this Program on Windows gives me ~300MB Memory Usage (according to one of the values in the Tast manager). In Linux, "top" shows me a physical Usage of
2004 Dec 07
2
fonts - newbie squared
Background: I run an NT 4.0 installation that also boots to my primary Linux (Red Hat 9) sitting on a partition in a second drive. Earlier, after installing Red Hat 9, I tried to install wine, but it Had Problems, even when I tried some of the solutions. So I waited. Recently, I tried to install an updated version of wine using an rpm, so I tried to unstall the old stuff. Wouldn't
2008 Apr 25
18
Wine memory problem
I have program which memory use 500MB for OS Windows, but this program + wine in OS Linux use 3.6 GB. 1 wine+ program process use 3.6 GB virtual memory. How to reduce quantity of used memory for 1 process?
2006 Jun 21
2
startup script for icecast
Hello, I was wondering about the feasibility of including a startup script for icecast for redhat/fedora installs? I've had to do an rpm install on an fc4 box, and a source install, rpms couldn't be found for an rh9 machine, yah i know that's old. And in both cases i had to drop in a custom-made startup script, see below. I was wondering esepcially in the case of the rpm, and
1999 Oct 21
2
problems with memory allocation
I hope that someone has had a similar trouble and will be able to help us : We , have installed the R package in a Digital Workstation with 500Mb of RAM memory, running under Unix operating system. The package works fine but when we try to start the program with more than 120Mb, (vsize - --120M) the workstation refuses to allocate this memory. The message that we get is: Fatal error:
2003 Sep 24
1
Wine and RH 9
I am running RH 9 on an older box at home and wondering where I went wrong. I had downloaded the rpm version (the latest that I saw) from SourceForge and rpmed it, but when I went to run it at the command line, I typed: [chris@4ulord.sytes chris]$ wine notepad.exe And I got errors right away. I read the docs and it suggested trying to start wine with debug running and so I tried that and
2009 Jun 11
2
Steam games stopped working
yesterday i played so much and gotta update, but pressed no when it ask about restartig steam, today tried run any game and wineserver always saying crash ;( someone know anything how to fix it? running funtoo 2.6.29-r3 and latest wine ofc. i can prowide some debug if someone tell me how i can do that..
2009 Jan 03
24
Wine 1.1.12 does not work on Ubuntu 8.10
After the update even Wine's notepad and Wine's configuration do not start. In Wine 1.1.11 all work well.
2003 Dec 24
0
[LLVMdev] Re: pthread?
I try to run lli with "--load=/lib/libpthread.so", but it shows: --------------------------------------------------- [yue at RH9 test]$ ./pthread.ll Error opening '/lib/libpthread.so.0': /lib/libpthread.so.0: symbol _errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference -load request ignored. Creating thread 0 WARNING: Cannot resolve fn
2003 Dec 23
4
[LLVMdev] pthread?
hi, I compile a pthread program using llvmgcc, but when i run pthread.ll, it show: ------------------ [yue at RH9 test]$ llvmgcc pthread.c -o pthread.ll [yue at RH9 test]$ ls pthread pthread.c pthread.ll pthread.ll.bc [yue at RH9 test]$ ./pthread.ll Creating thread 0 WARNING: Cannot resolve fn 'pthread_create' using a dummy noop function instead! ERROR; return code from
2003 Dec 24
1
[LLVMdev] Re: pthread?
On Wed, 24 Dec 2003, yue wrote: > I try to run lli with "--load=/lib/libpthread.so", but it shows: > --------------------------------------------------- > [yue at RH9 test]$ ./pthread.ll > Error opening '/lib/libpthread.so.0': /lib/libpthread.so.0: symbol > _errno, version GLIBC_2.0 not defined in file libc.so.6 with link time > reference > -load request
2016 May 12
3
R process killed when allocating too large matrix (Mac OS X)
>>>>> Kirill M?ller <kirill.mueller at ivt.baug.ethz.ch> >>>>> on Wed, 11 May 2016 10:42:56 +0200 writes: > My ulimit package exposes this API ([1], should finally submit it to > CRAN); unfortunately this very API seems to be unsupported on OS X > [2,3]. Last time I looked into it, neither of the documented settings > achieved
2004 Aug 17
6
couple basic questions
My desire to run Asterisk is finally giving me the reason to install a Linux box at home. Is RH9 the only distro that Asterisk will run on, and can anyone recommend a good source for a cheap Linux (RH9) box? For example, walmart.com has microtel boxes with no OS. Will RH9 and Asterisk run on these boxes? Thanks! -------------- next part -------------- An HTML attachment was scrubbed...
2007 Jun 11
2
Fatal: Login process must not run as root
Hi all, I am new to dovecot, i had installed dovecot in RH9 machine and when i tried to run( as root) it, i am getting the below message in the log file. dovecot: Jun 11 18:57:16 Fatal: Login process must not run as root I have done the installation as below ( as normal user): ./configure make sude make install When i try to run as a normal user i am getting the error like
2014 Dec 18
2
segfault when trying to allocate a large vector
Dear R contributors, I'm running into trouble when trying to allocate some large (but in theory viable) vector in the context of C code bound to R through .Call(). Here is some sample code summarizing the problem: SEXP test() { int size = 10000000; double largevec[size]; memset(largevec, 0, size*sizeof(double)); return(R_NilValue); } If size if small enough (up to 10^6), everything is
2004 Mar 12
2
mapping home dir
Hi I am running a RH9 box in a w2k domain. I have installed winbind on the RH9 box joined it to the domain successfully. Domain users can login with their accounts. The problem is when they login they get a message stating that their home dir doesnt excists. How can i map their home dir that is on a w2k member server and how can i create their home dir on the RH9 box when the domain users login?
2004 Sep 23
4
Asterisk 1.0 RPMS RH73 and RH9
Hello, Straight from the floor of Astricon 2004, I am happy to release my updated Asterisk 1.0 RPMS for RedHat 7.3 and RedHat 9.0 platform. Current Release --------------- asterisk-1.0-0 libpri-1.0-0 zaptel-1.0-0 kernel-module-zaptel-1.0-0 RedHat 7.3 ---------- ftp://ftp.nacs.net/asterisk/rh73/RPMS/ ftp://ftp.nacs.net/asterisk/rh73/SRPMS/ RedHat 9.0 ----------