similar to: Unstable XRay test on ARM

Displaying 14 results from an estimated 14 matches similar to: "Unstable XRay test on ARM"

2017 Jan 25
2
Unstable XRay test on ARM
+Dean Michael Berris <dberris at google.com> On Wed, Jan 25, 2017 at 7:01 AM Oleg Ranevskyy via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi Renato, Dean, Serge, > > Just looked into the code and wanted to share some thoughts. > > This might be a compare_exchange_weak spurious failure. ARM is a weakly > ordered CPU, but I am not sure whether spurious failures
2017 Jan 26
2
Unstable XRay test on ARM
Yeah, I was being optimistic about this one. It should be changed to strong if he weak version doesn't quite do it. The other way to do this is to change the test to do the polling, but that seems sub-optimal. Sent from my iPhone > On 26 Jan 2017, at 5:10 am, Serge Rogatch via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi, > > Indeed, it seems that exactly this
2017 Feb 16
3
Linker error with XRay & GCC/libstdc++ 6.1
Hi Dean, Wondering if you've seen anything like this: /usr/local/google/home/blaikie/dev/llvm/build/clang/debug/split/notypes/nostandalone/projects/compiler-rt/lib/xray/tests/unit && /usr/local/google/home/blaikie/dev/llvm/build/clang/debug/split/notypes/nostandalone/./bin/clang fdr_logging_test.cc.x86_64.o xray_unit_test_main.cc.x86_64.o gtest-all.cc.x86_64.o -o
2018 Jun 08
2
XRay FDR mode doesn’t log main thread calls
Hello, I am initializing FDR mode and finalizing/flushing the buffers manually. XRay does not log calls from the main thread unless there is a function call after __xray_log_finalize(). This behavior is abnormal since one would expect the trace file to contain all function calls made up to the point when __xray_log_finalize() is called. To demonstrate this behavior, I have taken the test case
2002 Apr 11
3
rsync processes hang and client failing on "max connections"
rsync processes hang and client failing on "max connections", I can't kill rsync process. The temporary work around are: increase max connections in /etc/rsyncd.conf or reboot the server ! The client get this error: @ERROR: max connections (6) reached - try again later $ ps -aux | grep rsync admin 30408 0.0 0.0 1696 232 ? S Mar26 0:00 [rsync] admin 28121 0.0
2010 Mar 17
7
Asterisk DIES with no trace. PLEASE HELP!
Hello my friends We are having seriously problems with our asterisk server, our versions are as follows: WANPIPE Release: 3.4.7 Asterisk 1.4.21.2 Zaptel Version: 1.4.11 libpri version: 1.4.10.2 The symptoms are very weird, the CLI stop working suddenly, a core show channels shows MANY channels FREEZED, the incoming and outgoing calls stop working, the internal calls stop working, in resume we
2006 Jul 06
1
How did I turn off params ?
I am trying to create an input form where subsets of the input data goes into separate rows of the table (events). I have created a proxy object (CompoundEvent) to hold all of the data, and overridden its "save" method to create the several tuples. This was almost working late last night when I did something that stopped the params[] hash from getting any information from the post
2010 Mar 02
3
2.6.33 high cpu usage
With the ATI bug I was hitting earlier fixed, only my btrfs partition continues to show high cpu usage for some operations. Rsync, git pull, git checkout and svn up are typicall operations which trigger the high cpu usage. As an example, this perf report is from using git checkout to change to a new branch; the change needed to checkout 208 files out of about 1600 total files. du(1) reports
1999 Jun 09
0
rejected passwords and locked domain accounts
Hi all, I recently loaded Samba 2.0.3 on AIX 4.3.2, everything seem to be working fine except that every now and then a user will be prompted that the username/password was incorrect. After trying to enter the username and password their domain accounts are locked. Up until this point they were connecting with out any problems. They will have their account reset and everything is ok again for a
2005 Nov 08
0
[LLVMdev] llvm-test configure problem
What's the config.log from this run? -bw On 11/3/05, Tanya Lattner <tonic at nondot.org> wrote: > > Following the instructions here: > http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run > > I get an error running configure in the llvm-test directory. > > ./configure > --with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/ >
2005 Nov 03
4
[LLVMdev] llvm-test configure problem
Following the instructions here: http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run I get an error running configure in the llvm-test directory. ./configure --with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/ --with-f2c=/home/vadve/shared/localtools/sparc --with-llvmsrc=/localhome/tbrethou/llvm --with-llvmobj=/localhome/tbrethou/llvm Error: [cut lots of config output] checking
2012 Aug 01
0
Subject: samba 3.6.6: unstable network behaviour on win7 clients + segfault in smbstatus
Dear list, I'm experiencing some severe problems on three independent standalone samba file servers: 1. Strange behaviour on Windows 7 Clients - sometimes users can't delete files or folders - Samba would delete the files (they're gone off the filesystem) but still show them in the explorer with a zero filesize, throwing a 'permission denied' message if one would try to
2005 Nov 08
2
[LLVMdev] llvm-test configure problem
On Mon, 7 Nov 2005, Bill Wendling wrote: > What's the config.log from this run? its attached. -Tanya > > -bw > > On 11/3/05, Tanya Lattner <tonic at nondot.org> wrote: >> >> Following the instructions here: >> http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run >> >> I get an error running configure in the llvm-test directory. >>
2008 Jun 27
0
Wine release 1.1.0
The Wine development release 1.1.0 is now available. What's new in this release (see below for details): - Many more gdiplus functions implemented. - Improved graphics tablet support. - Many Richedit fixes and improvements. - Support for HWND_MESSAGE windows. - A lot of new MSHTML functions. - Many fixes in MSI registry handling. - Initial implementation of the inetmib1 DLL. -