Displaying 20 results from an estimated 300 matches similar to: "Reliability issues when using Windows 7"
2010 Aug 18
2
[LLVMdev] Git repository to use (read-only)?
On Wednesday, August 18, 2010 11:49:28 am Anton Korobeynikov wrote:
> Hello
>
> > Is there some official git repository to clone from?
>
> Not yet, but probably there will be something pretty soon.
> Right now there are some unofficial mirrors at repo.or.cz and github
Ok, then I will try to wait until the official is ready. If I now start that
with an unofficial one, I will
2010 Aug 18
2
[LLVMdev] Git repository to use (read-only)?
Hi,
we want to use LLVM together with clang internally for preprocessing and Co.
Therefor we would like to integrate it in our buildsystem.
The nicest thing for us would be a local git repository mirror, to allow us to
easily create own branches and Co.
Is there some official git repository to clone from? I looked up the archives
and seen that creating own clones of the SVN via git svn is not
2010 Sep 24
0
[LLVMdev] Git repository to use (read-only)?
It's not *very* easy to do, but if you were to pull in the new branch,
and then rebase the old branches onto the proper revisions of the new
one, you *could* keep your branches.
Also, any idea what is *very* soon? Are we talking this month, or
maybe this year?
Indy
On Wed, Aug 18, 2010 at 3:52 AM, Christoph Cullmann <cullmann at absint.de> wrote:
> On Wednesday, August 18, 2010
2013 Aug 15
1
[LLVMdev] Question about non-UTF-8 filesystems
Hi,
it seems that e.g. on Windows, where the filename encoding is not UTF-8, it is impossible
to use any filenames containing e.g. german umlauts or chinese characters, because
the in LLVM used encoding collides with the encoding used by the OS.
There is a open bug for this http://llvm.org/bugs/show_bug.cgi?id=10348
It seems there were patches submitted to fix it, but they were never applied as
2017 Jun 05
2
Question about llvm::Value::print performance
Hi,
I want to use llvm::Value::print to output the assembly strings for llvm::Instructions
inside a rather large llvm::Module (linked module with lots of types/...).
I started with plain ::print and switched over to
http://llvm.org/docs/doxygen/html/classllvm_1_1Value.html#a04e6fc765eeb0c4c90ac5d55113db116
with a ModuleSlotTracker I pass in myself to avoid some complexity.
Still now I have
2017 Jun 05
2
Question about llvm::Value::print performance
Dear Thomas,
> Hi Christoph,
>
> maybe there is a way of caching the print outputs and output them at the
> end of the program execution?
> So, your real application do not have this kind of bottle neck.
this is a valid idea, thought the problem is: I output all things only "once" and I even
output it like:
1) load module
2) go over functions
3) output all blocks with
2005 Apr 26
1
Activate ingress policies on suse ent erpr ise serv er 9
Hi,
The problem is this is my goal to use the policier and not the iptables.
Because with the policier i think you can give more rules and restrictions
to the incoming tcpip traffic.
So I would prefer to use the policier and not the iptables.
Thanks
Gernot
> GRAMES Gernot
> __________________________________
> SIEMENS AG Austria
> PSE SMC AI 21
> * Tel.: +43 (0) 5 1707
2005 Apr 19
1
AW: AW: Activate ingress policies on suse enterprise serv er 9
Good Morning,
Thanks for your hint, now I can see the dropped packages!
But it is only working for port 8080 why not for port 8099??
(If you need some indices please let me know)
Thanks
Gernot
> GRAMES Gernot
> __________________________________
> SIEMENS AG Austria
> PSE SMC AI 21
> * Tel.: +43 (0) 5 1707 24356
> * FAX: +43 (0) 5 1707 54600
> * E-Mail:
2017 Jul 04
4
trunc nsw/nuw?
Hi,
> Hi Alexandre,
>
> LLVM currently doesn't have trunc nsw/nuw, no.
> Which frontend would emit such instructions? Any application in mind?
> Just asking because if no frontend could emit those, then the motivation to
> add nsw/nuw support to trunc would be very low I guess.
I think the clang frontend could use that to allow better static analysis of integer overflows
on
2005 Apr 18
1
AW: Activate ingress policies on suse enterprise server 9
Hi,
Thanks for the fast response,
.)Okay I tried your suggestion for my port 8099 and nothing happened:
The tcp ip information goes from a firewall to my port 8099 and this port is
than routed to the original 8080, I do that because I don`t want to dirturb
my port 8080.
But it seams the ingress filter doesn`t work on it!!
iptables -L -t nat
Chain PREROUTING (policy ACCEPT)
target prot opt
2005 Apr 27
1
AW: Activate ingress policies on suse ent erpr ise serv e r 9
Hi,
Only for my info:
How can it be do via IPTables?
Do you have an example or a howto?
Thanks
Gernot
-----Ursprüngliche Nachricht-----
Von: Andy Furniss [mailto:andy.furniss@dsl.pipex.com]
Gesendet: Mittwoch, 27. April 2005 00:30
An: Grames Gernot
Cc: lartc@mailman.ds9a.nl
Betreff: Re: [LARTC] Activate ingress policies on suse ent erpr ise serv er
9
Grames Gernot wrote:
>
> Hi,
>
2005 Apr 22
1
AW: AW: AW: AW: Activate ingress policies on suse enterpr ise serv er 9
Hi,
So far, if have understand correctly: I route the incoming tcpip message of
port 8099 directly to 8080 and then the ingress filter on port 8099 has
nothing to do!?
Yes I think on different interface on one machine (different Ports for
different Request, with different restriction).
What has exactly to be done to set the policier before Prerouting!
Which kernel options, or also extra
2007 Jun 04
1
Centos 5 problems on Shuttle XPC
Hi,
does somebody else experience booting problems after normal installation on
SD32G2 based Shuttle systems. A CentOS 5.0 installation can be performed
without any problems but after the first reboot the systems are just stopping
the boot process after the grub is searching for the kernel. The last line is some-
thing like: [ Linux-initrd @ 0x37db8000, 0x237858 bytes].
We tried already the
2005 Apr 20
3
AW: AW: AW: Activate ingress policies on suse enterprise serv er 9
Hi,
My problem is following now:
I would like to set the filters for port 8099.
I have tried it, but nothing happened.
When I try the same filter for the port 8080 it is working very well.
.) working filter (here I can see the dropped packages):
tc filter add dev eth0 parent ffff: protocol ip u32 match ip dport 8080
0xffff police rate 1kbit burst 1 drop flowid :1
.) not working filter (here I
2006 Jan 11
1
Selfmade ... Samba 3.0.20a on CentOS 4.0 x64
Hi all,
has somebody already tried to compile the rpm of the newest samba
package on a 64-bit CentOS. I tried to do it with the Fedora spec file
and it quit with an error, that some files are not located in the lib64
directory. These required files are located in the lib directory. Any
sugesstion how this problem could be fixed in a clean way? How
is this problem solved during the CentOS
2015 Dec 08
2
Stopping Machine powering off
On Dec 7, 2015, at 4:21 PM, Gernot Zander <debian at scorpio.in-berlin.de> wrote:
>
> Hi,
>
> am 7 Dez schrieb Marks, Connor:
>> Well I just need to monitor the UPS battery for testing and I do about
>> 10 UPS's a day. So having to restart my computer every time gets old
>> real quick.
>
> In that case - what about not starting nut-client (upsmon)
2003 Nov 17
1
samba (2.2.8a) driver download fails
Hi there,
I have a problem with the rpc driver stuff:
I have copied the driver files to //atlas/print$/W32X86 and WIN40 (via
filesystem copy), added and set the driver without errors.
But getdriver reports no driver associatet with the printer?!
So reports below.
I am sure, this was working on this system.
I tried to reinit the ntprinters.tdb, printing.tdb, nt_forms.tdb and
ntdrivers.tdb by
2004 Jun 18
0
Asterisk and CISCO Gateway
Hello
I have the following structure
SIP H323 (chan_h323)
SIP Phone ------------------------> Asterisk/H323 ------------------------------------------->
CISCO Gateway (CISCO 2610/NM2V-VIC-2BRI) -------------------------> ISDN
SCCP Phone --------------------> CISCO CCM V3.3 -------------------------------------->
SCCP H323
I have the
2008 Feb 28
5
JDF library in wine?
Hello all,
I wonder if there is a way to set up the so-called JDF library
required by several Adobe software? I haven't been able to find out
what it is, nor whether wine has any way to set this up, or even if I
can copy windows DLL's over.
I can get Adobe Acrobat 7.0 to run, for example, but many actions fail
with the error "cannot initialize JDF library".
Any enlightenment
2006 Mar 13
3
unit tests executed for every page load ?
After I installed the very sweet file_column plugin I get strange output
on my html pages. At the very end I always get something like this:
"Loaded suite dispatch.cgi Started Finished in 0.000218 seconds. 0
tests, 0 assertions, 0 failures, 0 errors "
Seems like there is executed a non existent test suite for every page
load. Can anybody help me find the lines that force this