Displaying 20 results from an estimated 120 matches similar to: "Multisceen Support WAS : Re: [Fwd: Re: compiz coding style]"
2006 Oct 06
2
solving plugin dependency issues
The dependency checking currently provided is clearly not good enough.
There's currently two issues with the plugins that exist in the compiz
repository.
plane plugin conflicts with cube and rotate plugin, zoom plugin should
probably work with either cube or plane but currently only loads when
cube plugin is used.
Adding a
{ CompPluginRuleBefore, "cube" }
to the plane plugin and a
2010 Nov 03
0
[LLVMdev] Fw: Forcing the Interpreter segfaults
Hi Salomon, please don't forget to reply to the list too (I've CC'd the list).
> I don't think my code is doing anything worng...
No, it looks fine to me, and the interpreter certainly supports this. That
suggests that the value of %str is not being transmitted to the function right.
If it is getting the wrong pointer value, that would explain why it barfs.
Ciao,
Duncan.
2006 Nov 09
0
new plugins
I added two new plugins recently. Nothing too exciting but they might
still be interesting to a bunch of people.
'annotate' plugin is a simple plugin that allows you to draw things on
top of all windows. It requires cairo and it currently only includes a
simple line drawing tool. Patches for more advanced drawing tools like
text, rectangles, circles and such are gladly accepted.
2010 Nov 02
1
[LLVMdev] Forcing the Interpreter segfaults
Hi everyone !
I am very new to LLVM and intent to use it in a research project.
I have a problem with the interpreter: I have a simple compiler that
generates LLVM bitcode, JIT it and execute it, and it works very well.
Now I would like to execute it using the interpreter. And I get a segfault.
Here is the code :
// This code JIT the function and executes it
llvm::InitializeNativeTarget();
2015 Sep 29
2
Fwd: buildbot failure in LLVM on clang-ppc64-elf-linux2
This buildbot appears to have been failing for several weeks now (
http://lab.llvm.org:8011/builders/clang-ppc64-elf-linux2/builds/19490 ).
Does anyone know/own/care about it?
---------- Forwarded message ----------
From: <llvm.buildmaster at lab.llvm.org>
Date: Mon, Sep 28, 2015 at 11:17 PM
Subject: buildbot failure in LLVM on clang-ppc64-elf-linux2
To: Aaron Ballman <aaron at
2006 Nov 22
4
[ANNOUNCE] compiz-0.3.4
Changes since 0.3.2:
* Core
Support for multiple desktops (workspaces).
Much better multi-head support. The workarea is calculated
per output and windows are now maximized properly.
Edge button option has been added to action options. It can
be used to require a button press for edge actions to
be triggered.
Basic support from internal
2010 Nov 03
4
[LLVMdev] Fw: Forcing the Interpreter segfaults
[I assume you meant to send this to the list as well, not just me.]
Begin forwarded message:
Date: Wed, 3 Nov 2010 14:43:54 +0000
From: Salomon Brys <salomon.brys at gmail.com>
To: Török Edwin <edwintorok at gmail.com>
Subject: Re: [LLVMdev] Forcing the Interpreter segfaults
I have build LLVM in debug mode. Here are the informations of the
segfault : memcpy() at 0x7ffff6f6581e
2010 Nov 02
0
[LLVMdev] Forcing the Interpreter segfaults
In my case, I am working on a posix regular expression library that uses
LLVM to execute a regular expression.
Each regular expression is a very small sets of code and is faster to
interpret than to JIT then execute.
I wanted to JIT only when the regular expression is executed more than 20
times.
The benchmarks I have run show that my library is amzingly fast to execute a
regular expression
2015 Sep 29
3
Fwd: buildbot failure in LLVM on clang-ppc64-elf-linux2
On Tue, 2015-09-29 at 14:29 -0500, Hal Finkel wrote:
> [+Bill and Bill]
>
> ----- Original Message -----
> > From: "David Blaikie via llvm-dev" <llvm-dev at lists.llvm.org>
> > To: "llvm-dev" <llvm-dev at lists.llvm.org>
> > Sent: Tuesday, September 29, 2015 12:39:02 PM
> > Subject: [llvm-dev] Fwd: buildbot failure in LLVM on
2023 May 16
2
[Bug 3573] New: sshd service crashes with "error 1067: Service terminated unexpectedly" when I try to start it in Windows 11
https://bugzilla.mindrot.org/show_bug.cgi?id=3573
Bug ID: 3573
Summary: sshd service crashes with "error 1067: Service
terminated unexpectedly" when I try to start it in
Windows 11
Product: Portable OpenSSH
Version: 8.6p1
Hardware: Other
OS: Windows 11
Status: NEW
2010 Mar 29
0
Optimal usage of xapian-compact for merging
On Tue, March 23, 2010 19:46, Kevin Duraj wrote:
> I am merging 300 indexes at once, it takes less than a day for merge
> to happen for 100 million documents, during merging I notice very heavy IO.
That IO sounds pretty normal. To help with IO load, we have a dedicated
index store cluster, dedicated source data cluster, dedicated indexing
cluster, etc. Sigh. Each time I think we have
2010 Apr 14
2
[Conference] Audio/Video
Hi guys,
I'm planning of creating a speech/video conference application. This
application will provide a system to see/listen to each personn present
in the conference.
So each ppl will have a audio and video stream.
I'm wondering if you know a way to do this with asterisk or if it's
supported ?
If it is, i'm asking you about some documentation or related article (if
you know
2006 Jul 15
2
Shutdown Problem
Hi
I'm hoping someone can help.
I'm running fc5 with nut 2.0.3. I just recently acquired 2 Gamatronic
SmartCompact ups for my Linux boxes. As you can see from the info below,
everything looks ok. When I unplug the ups from the wall, after a while, the
computer shutdowns very rudely. That it is just turns off. No scrolling down
of processes shutting down It does not seem shutdown
2007 Dec 05
1
USB Boot WinPE 2.0 via syslinux
Hello all,
I'm booting for 1 year WinPE 2.0 and floppy disk images via PXE
(pxelinux) and this works very well.
I also want my floppy disk images and WinPE 2.0 on a bootable USB Stick.
So i format my usb stick with fat16 and use Syslinux to make it
bootable. I can now boot from stick and execute the floppy disk images.
This works very well. But how can i add WinPE 2.0 booting support ?
I
2010 Nov 02
2
[LLVMdev] Forcing the Interpreter segfaults
Helps to send to list:
On Tue, Nov 2, 2010 at 1:00 PM, OvermindDL1 <overminddl1 at gmail.com> wrote:
> On Tue, Nov 2, 2010 at 12:51 PM, Salomon Brys <salomon.brys at gmail.com> wrote:
>> Hi everyone !
>> I am very new to LLVM and intent to use it in a research project.
>> I have a problem with the interpreter: I have a simple compiler that
>> generates LLVM
2005 Oct 10
1
Hang up call
For some reason, every morning at 8:30 I get a call on my main extension.
When this call is picked up, it promptly disconnects. Is there some sort of
"Wake up call" or something that may inadvertently be set in * that could be
causing this? It has been happening for quite some time, and I always just
brushed it off, but it's consistency and regularity has caused me to wonder.
Thanks
2015 Aug 21
0
Bug#787193: xen-utils-common: xen-init-list crashes with TypeError, renders reboots unfeasible after upgrade from wheezy to jessie
> This bug was already reported as #763102 and was brushed off because maintainer
> says it implicates xend which is not there in 4.4 anymore.
Quoting the explanation sent when closing #763102:
If you think a bug has been associated with xend in
error please check if it still reproduces with the packages in
Jessie (currently 4.4.1-3) and reopen.
I'm sorry you felt this was
2006 Oct 20
1
Good news on WxWidgets 2.8.0
Hi
Just tried out the most recent dev release (2.7.1) of WxWidgets.
The first bit of good news is that 2.7.1 has lots of attractive new
widgets, such as RichTextCtrl, pickers, and the AUI. This is an add-on
that''s now been merged into the core, and provides sophisticated things
like dockable toolbars, perspective layouts, semi-transparent dragging
etc. They seem to have brushed up
2009 Jun 05
7
Reporting a Complaint
I'm sorry my first post is along these lines, but I recently made a bug report regarding a game running in Wine and was, in rather unfriendly words, informed that I had posted in an incorrect bug report by a developer. I subsequently started a new bug report for the problem and was replied to by that same developer from the first bug. He replied in more, rather unfriendly, terms and
2001 Sep 28
2
MMX/3dNow! etc
Hi,
I´m new on this list so I really don´t know that kind of questions have
been asked, but here I go.
Is the current ogg plug-ins using any mmx or 3dnow! instructions? Is there
any performance to gain?
I know that most of the mp3-decoders uses mmx/3dnow! to decode mp3streams
so in theory it would
be applyable to ogg to...?
Just a thought...
Regards,
Andreas Karlsson
hermes@home.se