Displaying 20 results from an estimated 21 matches for "etrace".
Did you mean:
ptrace
2010 Jan 12
2
reserve_ram_pages_type failed
...> [ ?285.941944] reserve_ram_pages_type failed 0x30d2000-0x30d3000,
> track 0x8, req 0x10
> [ ?341.055291] reserve_ram_pages_type failed 0x1b90b000-0x1b90c000,
> track 0x8, req 0x10
> [ ?355.005349] [drm] nouveau 0000:03:00.0: nouveau_channel_free: freeing fifo 2
> [ ?355.074031] etracer used greatest stack depth: 5632 bytes left
>
Using a more recent nv25 classic mesa, I get no crash/bug, no validate
-12, but I still get all the reserve_ram_pages_type errors. They
always come up on every new level started in etracer.
So the game will run at 0fps for 10-30 seconds displaying...
2016 Jan 06
3
[Bug 93613] New: 3D acceleration/OpenGL corrupts output on GeForce FX-5200
...OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at lists.freedesktop.org
Reporter: thor at math.tu-berlin.de
QA Contact: nouveau at lists.freedesktop.org
etracer does render a useful display with the nouveau xorg driver. While the
title and options screen renders successful, the main game remains at a solid
blue screen, or at best, colored/shaded lines drawn from the top-left of the
screen. The game is not playable.
The hardware is an old Geforce FX5200 c...
2010 Jun 11
2
nvfx
Hi Marek
Thanks a lot for your rebasing work.
Here is my report :
- all my games that broke with temporaries patch (they were either
completely black or lot of black screen flash every frame) behave
badly, but in different ways :
* etracer is very slow and often crash in ttm code [1] (I think this
is an old bug that just resurrected, no idea why)
* foobillard is very slow and still flash a bit
* strangely, neverball seems to work, I get similar results than with
old nvfx-next-6b branch with temporaries reverted. no black flash
while...
2010 Dec 09
4
[LLVMdev] Parallel testsuite run breaks
...ly something to this. If I take a random failing
> testcase and run the test in isolation in the shell, it works. So
> what, if anything, does lit/FileCheck/etc. do that might run
> interference if there is another copy of lit/FileCheck/etc. running
> at the same time? I tried strace -etrace=file but nothing obvious
> pops out.
I don't see anything wrong with FileCheck either.
However looks here, that .bc file is in the *source* tree, not the obj tree:
not llvm-dis < /ptmp/dag/llvm-project.official/llvm/trunk/test/Bitcode/null-type.ll.bc > /dev/null |& grep "Inv...
2010 Dec 09
0
[LLVMdev] Bad gcc versions
....
There is definitely something to this. If I take a random failing
testcase and run the test in isolation in the shell, it works. So what,
if anything, does lit/FileCheck/etc. do that might run interference
if there is another copy of lit/FileCheck/etc. running at the same time?
I tried strace -etrace=file but nothing obvious pops out.
-Dave
2010 Dec 09
0
[LLVMdev] Parallel testsuite run breaks
...this. If I take a random failing
>> testcase and run the test in isolation in the shell, it works. So
>> what, if anything, does lit/FileCheck/etc. do that might run
>> interference if there is another copy of lit/FileCheck/etc. running
>> at the same time? I tried strace -etrace=file but nothing obvious
>> pops out.
Perhaps its this? - http://llvm.org/bugs/show_bug.cgi?id=8199
-jason
>
> I don't see anything wrong with FileCheck either.
>
> However looks here, that .bc file is in the *source* tree, not the obj tree:
> not llvm-dis < /ptmp/d...
2009 May 19
5
pop3 gives a permission denied error on chdir
hi,
I am running debian lenny standard install and dovecot also as a standard
install. I have a problem with POP3 access. The error message is:
May 19 09:16:10 greenchilly dovecot: chdir(/home/vmail/example.com/john)
failed with uid 5000: Permission denied
May 19 09:16:10 greenchilly dovecot: child 26253 (pop3) returned error 89
May 19 09:16:10 greenchilly dovecot: pop3-login: Login:
2017 Jul 13
2
How to add custom instrumentation?
Hi everyone,
I run some functions using ORC JIT, now I need to add custom instrumentation.
I want to add two callbacks to each function: ‘enterFunction' at the beginning and ‘leaveFunction' at the end.
Intuition says that I could ‘just' insert CallInst's to the first and the last basic blocks in the function.
Am I correct? Are there any other/better way to do this? Is there
2017 Jul 13
2
How to add custom instrumentation?
...require.
>
> The two parameters are the address of the function into which the instrumentation is inserted, and the address of the call site to the instrumentation function.
>
> There is an "Execution Trace" implementation of these instrumentation hooks on GitHub called 'eTrace' that may guide you, though I can't recall the link.
>
> All the best,
>
> MartinO
>
> -----Original Message-----
> From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Alex Denisov via llvm-dev
> Sent: Thursday, July 13, 2017 8:57 AM
> To:...
2010 Jan 09
2
[TTM] general protection fault in ttm_tt_swapout, to_virtual looks screwed up
I've been noticing for a while that i've been getting general
protection faults in ttm_to_swapout, this time i was printk'ing the
virtual addresses.
In case it's not obvious, the result of kmap_atomic() is wrong.
This is nouveau/linux-2.6 which is somewhere after 2.6.32. I was
wondering if anyone has ever seen anything like this?
from_virtual ffff88003088b000 to_virtual
2009 Apr 28
1
Gw.exe -- keyboard:X11DRV_MapVirtualKeyEx keyboard layout
...wine "C:\Program Files\Guild Wars\Gw.exe"
WINEDEBUG=-all will stop the flood of fixme messages generated from normal use. If you require debugging, omit this option.
Troubleshooting:
* Make sure 3D works in native applications before blaming Wine. Try glxgears, or a 3D game such as etracer or supertuxkart.
DONE
* Use the latest version of Wine, at least 1.0. Type 'wine --version' to check.
YES
* Try different versions of Windows in winecfg, such as Windows XP and 98.
XP, 2000, 98 all same
* Under the winecfg Graphics tab, try experimenting with the window setting...
2010 Dec 09
2
[LLVMdev] Bad gcc versions
Török Edwin <edwintorok at gmail.com> writes:
>> > Which regression tests are failing with LLVM 2.8 and GCC 4.4.x?
>>
>> Too many to list.
>
> Can you give me 2 or 3 examples (that fail with LLVM 2.8 and GCC 4.4
> but work with LLVM 2.8 and GCC 4.3), also I'd like to know how they
> fail.
> If I have some time I'll check with my 4.4 to see if
2023 Mar 22
2
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
...file, argv[1], ..., NULL })
In other words, the original argv[0] is not preserved, but is replaced by <shell path>. (Look for _PATH_BSHELL in said historical glibc commit, and also in today's glibc file "posix/execvpe.c".)
This can be demonstrated with:
$ PATH=.:$PATH strace -etrace=execve test-execvp
execve("./test-execvp", ["test-execvp"], 0x7ffc0d1e5248 /* 85 vars */) = 0
execve("./hello.sh", ["foobar"], 0x7ffc528e14a8 /* 85 vars */) = -1 ENOEXEC (Exec format error)
execve("/bin/sh", ["/bin/sh", "./hello.sh&q...
2008 Dec 27
1
Call of duty 4 on ubuntu 8.10 x64
Hi, i'm trying to use Call of duty 4 on ubuntu 8.1 x64, i've installed wine using the deb repositories, so i've the 1.1.10 version.. When i'm in the call of duty 4 dir i type
# aoss env WINEDEBUG=-all wine-pthread iw3mp.exe
and this is the output:
Code:
ERROR: ld.so: object '/usr/$LIB/libaoss.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object
2010 Dec 09
2
[LLVMdev] Parallel testsuite run breaks
...a random failing
>>> testcase and run the test in isolation in the shell, it works. So
>>> what, if anything, does lit/FileCheck/etc. do that might run
>>> interference if there is another copy of lit/FileCheck/etc. running
>>> at the same time? I tried strace -etrace=file but nothing obvious
>>> pops out.
>
> Perhaps its this? - http://llvm.org/bugs/show_bug.cgi?id=8199
Good catch! I think that is probably it. I have old installations of
llvm-gcc/opt/llc/etc. that I use to tell the new build where llvm-gcc
is. It would explain why results f...
2009 Aug 24
2
[LLVMdev] asmwriting times (was Re: LLVMContext: Suggestions for API Changes)
...ng of the AsmPrinter performance myself and
seen
only moderate slowdowns due to the formatting changes; nothing of the
magnitude you're describing. I'm hoping to try out Pure to see if I can
reproduce what you're seeing.
As a first step, would it be possible for you to use strace -
etrace=write to
determine if buffering is somehow not happening?
One other question the occurs to me: is Pure dumping the whole Module
at once, or is it manually writing out the IR in pieces?
Dan
On Aug 24, 2009, at 12:36 PM, Albert Graef wrote:
> Albert Graef wrote:
>> One thing I noticed is...
2009 Aug 24
0
[LLVMdev] asmwriting times (was Re: LLVMContext: Suggestions for API Changes)
Albert Graef wrote:
> One thing I noticed is that writing LLVM assembler code (print()
> methods) seems to be horribly slow now (some 4-5 times slower than in
> LLVM 2.5). This is a real bummer for me, since Pure's batch compiler
> uses those methods to produce output code which then gets fed into llvmc.
Let me follow up with some concrete figures. Unfortunately, I don't have
2012 Jan 10
5
[PATCH 0/4] nvfx: rework render temps code and fixes
This patch series silences some unknown cap warnings and fixes up
coding style (patch 1+4).
The most important part of this series are the two patches in the
middle. They rework the state_fb code, so that we are able to
render to not 64 byte aligned targets, as this is the only real
use-case for render temporaries this allows us to drop temp code
completely and simplifies a lot
2010 Feb 02
2
[RFC] Merge of a reincarnation of the nouveau classic mesa driver.
For a long time the gallium pipe drivers for nvidia fixed function cards
(nv0x, nv1x and, to some extent, nv2x) have remained unmaintained and
godforsaken -- especially nv0x and nv1x had seen almost no progress
since their creation.
They've recently grown a classic mesa driver which implements many new
features: texturing, hardware-accelerated tnl. However the killer
feature is "it
2009 Aug 23
4
[LLVMdev] LLVMContext: Suggestions for API Changes
Jeffrey Yasskin wrote:
> See Owen's email about docs for the 2.6 release, but it's really not
> that hard to keep up with trunk. I recently merged trunk LLVM into
> Unladen Swallow, and the changes I needed to make are at
> http://code.google.com/p/unladen-swallow/source/detail?r=724.
Thanks Jeffrey, that was really very helpful! I have Pure working with
both the LLVM 2.6