similar to: StrongDC++ stays in process list after exit

Displaying 20 results from an estimated 1000 matches similar to: "StrongDC++ stays in process list after exit"

2009 Aug 25
5
How to maximize a hidden application window?
Sorry for such a newbie question, I can't find anything in the FAQ but it drives me insane: I installed Wine and run StrongDC (a DC++ app). All works fine. Now I click on minimize and StrongDC disappears of the screen. How do I get it back? There is no entry in the task bar! I use xfce4 and tight VNC if you need to know. Thanks for any answer.
2013 Jan 16
13
[Bug 59474] New: fedora 18 X server crashes after boot
https://bugs.freedesktop.org/show_bug.cgi?id=59474 Priority: medium Bug ID: 59474 Assignee: nouveau at lists.freedesktop.org Summary: fedora 18 X server crashes after boot QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Solaris Reporter: dax at enst.fr
2015 Feb 01
4
Filtering which identities are forwarded by ssh-agent to a given host
Howdy, I'm looking for a way to restrict which ssh keys are forwarded to a given remote host because we have several ssh domains. That is, I have two keys which I use throughout the day: .ssh/network-a-2014-10-12 .ssh/network-b-2014-11-22 I need to forward my network A key to the ssh gateway host for Network A to allow me to log into hosts on the other side of the gateway but I
2009 Sep 29
4
[LLVMdev] converting x86 instructions to LLVM instructions
Hi Timo, Thanks for commenting. I feel like I have to justify why I don't want to use QEMU, which is fine since my choice is not frozen actually. QEMU is much more than what I need for dynamically instrumenting software. My goal is automated testing to find bugs, which can quickly be intensive in term of computational load. Thus I am trying to get the smallest (and fastest) tool. Even using
2009 Sep 29
4
[LLVMdev] converting x86 instructions to LLVM instructions
Dear all, I am studying a paper (cf below) that says they have written a piece of code to translate x86 instructions to LLVM. I am interested in this, and would like to write the same kind of thing, but not using QEMU as they claim in the paper, but rather with my own pin tool. >From what I have red until now on LLVM, and my relative poor knowledge of assembly, I have the feeling that this is
2010 Sep 14
1
smbclient sending no frames outside local VLAN
[I don't know whether this is the appropriate list, if not please let me know to whom to write. I submitted this as a CUPS bug and they replied by asking me to contact the "Samba folks"? I guess that is you] Hi, I'm using a MacBook Pro with MacOS X 10.6.4 and am trying to print on my company's printer accessible via samba. Whenever I try to access the print server via
2013 May 26
0
[PATCH 1/3] Declare UTF-8 encoding for changelog
The changelog declared "charset=ISO-8859-1", but used a UTF-8 encoded name. Change the declaration to UTF-8 to fix this. --- doc/html/changelog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/html/changelog.html b/doc/html/changelog.html index 85fec78..b7994fa 100644 --- a/doc/html/changelog.html +++ b/doc/html/changelog.html @@ -8,7 +8,7 @@ <!-- A
2001 Sep 07
6
unexpected EOF in read_timeout
Perhaps someone can shed some light on the problem I'm having using rsync 2.4.6. I'm getting the following error: receiving file list ... done htdocs/acescounseling/logs/ htdocs/adihome/logs/ . . htdocs/coupons/logs/error_log htdocs/court/logs/combined_log htdocs/cowgirl/logs/combined_log htdocs/cowgirl/logs/error_log htdocs/cowgirl/logs/ssl_log Connection to nova closed by remote host.
2009 Sep 29
0
[LLVMdev] converting x86 instructions to LLVM instructions
Alexandre Gouraud <alexandre.gouraud at enst-bretagne.fr> writes: > like to write the same kind of thing, but not using QEMU as they claim in > the paper, but rather with my own pin tool. You could also use valgrind to convert x86 to valgrind's IR and then write a tool to convert that IR to LLVM.
2007 Jun 19
1
if you have Prototype problem come and chat with other user
hi members: this message not spam. i made one chat for all programer,for programer help other programer. if you have problem in the Prototype or css or php or asp or asp.net or xml and ... come and use my free chat. i made this chat to help you and other only i send this message to this group for help other member only. http://chat.takdesigner.com
2008 Jun 11
2
Transcender test software
Hey all. Just tried installing Transcender testing software. As the AppDB suggests, it is garbage. The setup works fine but, no action after that. Does anyone have any suggestion on where i may start to try and get this running under wine? Thanks
2008 Jun 20
1
utorremt systray
Hi I have found that utorrent doesn't display its systray icon unless I switch from dual screen to single screen. When I login to twinview the systray icon is missing but if I use nvidia-settings I can switch to a single screen. and back and have a systray icon. However if I restart utorrent it will be as before and no systray icon. Should I file a bug report here(bugzilla) or with
2002 Apr 26
1
Games: Grand Theft Auto 2 / DirectX 6.1 support?
Hi all, I've checked the archives and can't find anything regarding the above so here goes: Has anyone had any luck getting GTA2 or other games that require DirectX 6.1 support working under Wine so far? I used to keep a Win95 partition on my machine specifically for this game, but recently my second disk died and I need the space for my Linux installation. Any help appreciated.
2009 Sep 29
1
[LLVMdev] converting x86 instructions to LLVM instructions
* Timo Juhani Lindfors (timo.lindfors at iki.fi) wrote: > Hi, > > Alexandre Gouraud <alexandre.gouraud at enst-bretagne.fr> writes: > > if it does not already exists, could it mean it is a nonsense, then why? > > Why don't you compile your program directly to LLVM bitcode? - In security-testing you sometimes apply black boxing. I've had a similar idea
2017 Nov 13
2
[RFC] Enable Partial Inliner by default
Hi Graham, I created a bug report with a reproducer for the failures I’ve got: https://bugs.llvm.org/show_bug.cgi?id=35288 I have also found that LTO reverts everything the partial inliner has done. Maybe the partial inliner should not be used at the first LTO phase (compilation). I hope I’ll have a chance to look at the code size regressions this week. Thanks, Evgeny Astigeevich From:
2019 Aug 05
2
Potential bug in update.formula when updating offsets
Hi all, update.formula does not seem to correctly update (i.e. remove in my case) offset terms. Here is an example: update(~x + offset(z), ~ . - offset(z)) > ~x + offset(z) Also: update(~x, ~ . - offset(z)) > ~x + offset(z) In both cases, I would expect the result > ~x as - <term> should remove <term> from the formula as happens for instance in: update(~x + z, ~ . -
2017 Jan 27
2
Reversion of rL292621 caused about 7% performance regressions on Cortex-M
Hi Evgeny, Quentin and Matthias found it was a problem about subreg live range update and will push a fix soon (http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20170123/424126.html). Thanks, Wei. On Fri, Jan 27, 2017 at 10:35 AM, Wei Mi <wmi at google.com> wrote: > Sure. Will keep you posted. > > Thanks, > Wei. > > On Fri, Jan 27, 2017 at 10:31 AM, Evgeny
2005 Nov 03
2
Can I do content analysis by R?
Can R conduct content analysis? I search "content analysis" in mail archives and only find the concord package can compute Krippendorff's alpha. If R cannot cope with content analysis, does anyone can tell me some other softwares? Thank you very much!
2017 Nov 10
0
[RFC] Enable Partial Inliner by default
Hi Evgeny, I just realized that if these are compile-time errors I can help investigate on my end. Do you have something I can use to reproduce? Cheers, Graham Yiu LLVM Compiler Development IBM Toronto Software Lab Office: (905) 413-4077 C2-707/8200/Markham Email: gyiu at ca.ibm.com From: Graham Yiu/Toronto/IBM To: Evgeny Astigeevich <Evgeny.Astigeevich at arm.com> Cc:
2009 Sep 29
1
[LLVMdev] converting x86 instructions to LLVM instructions
> > > Are there particular reasons why you want to translate to LLVM IR? > (E.g. the authors of the paper wanted to be able to use KLEE with > machine code) > > Hi Tilmann I want to do the same. Using KLEE with machine code. With such a framework, I could try to do the same that what is explained here :