Displaying 20 results from an estimated 200 matches similar to: "[Bug 49815] New: nouveau segfaults in p_atomic_dec_zero"
2012 Apr 18
7
[Bug 48890] New: dmesg full of DATA_ERROR SEMANTIC_PTSZ_OVER_LIMIT errors on nouveau driver
https://bugs.freedesktop.org/show_bug.cgi?id=48890
             Bug #: 48890
           Summary: dmesg full of DATA_ERROR SEMANTIC_PTSZ_OVER_LIMIT
                    errors on nouveau driver
    Classification: Unclassified
           Product: xorg
           Version: git
          Platform: Other
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
         
2013 Oct 06
8
[Bug 70212] New: glxinfo triggers assert in cso_release_all after 3f0627c2ad6
https://bugs.freedesktop.org/show_bug.cgi?id=70212
          Priority: medium
            Bug ID: 70212
          Assignee: nouveau at lists.freedesktop.org
           Summary: glxinfo triggers assert in cso_release_all after
                    3f0627c2ad6
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: awatry at gmail.com
         
2015 Dec 04
2
LLVM fails to install with ocaml enabled
Hi,
I'm playing around with LLVM and stumbled upon this issue while while 
performing "make install". The build itself was successful. I'm using 
the latest git version.
#make install
-- Installing: /home/alesko/llvm-install/bin/llvm-mc
-- Installing: /home/alesko/llvm-install/bin/sancov
-- Installing: /home/alesko/llvm-install/bin/opt
-- Installing:
2015 Dec 16
2
LLVM fails to install with ocaml enabled
> On Dec 9, 2015, at 1:56 PM, Chris Bieneman via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> Not sure, but my guess is that the ocaml documents targets aren’t being included in the ALL target, which is resulting in them not being built before the install action.
I think you're right. Running "make ocaml_doc" then rerunning "make install" completed the
2012 Oct 29
3
[Bug 56546] New: crash at the second render when applying gamma correction
https://bugs.freedesktop.org/show_bug.cgi?id=56546
          Priority: medium
            Bug ID: 56546
          Assignee: nouveau at lists.freedesktop.org
           Summary: crash at the second render when applying gamma
                    correction
          Severity: critical
    Classification: Unclassified
                OS: Linux (All)
          Reporter: yves at 3delight.com
         
2016 Jun 05
0
[RFC PATCH] nouveau: add locking
---
This is still a WIP. Just wanted to get people's opinions. It's also not bullet-proof. Unfortunately nouveau_bo_wait [which is in turn called by nouveau_bo_map] can trigger a kick, so technically we have to have a lock around any nouveau_bo_map.
My strategy here was to add locks around all the user-accessible APIs while leaving all the internal stuff unlocked. When waiting for a
2012 Nov 12
2
how to enter a string value
hi,
I want to know just enter a string value
entering a numeric value is make with the function scan () or scan (nmax =
..)
but it does not work for string
my goal is to enter three string: name and surname and date of birth
I try with this code but it shows me errors
print ("enter the name")
name <- scan (nmax = 1)
print ("enter the first name")
firstName <- scan
2005 Oct 31
3
Still corrupt indexes in 1A4
Hello All!
Well I still have users which almost daily get corrupt dovecot files in 
their IMAP folders (Maildir style) and are unable to read their mail in 
this particular folders. When I delete dovecot files in this folder (rm 
-rf dove*) user can again read all messages.
This is regular Linux CentOS 4.2 with SAN storage (boot from SAN) as 
disks. So this is EXT3 on LVM.
BUT it is VERY
2010 Mar 23
1
Changing content of column in data.frame + efficient join extraction between 2 data.frames
Dear R users,
I have 2 SpatialPointsDataFrame's, pcs and East.
The column str_1 in the first (pcs) is:
 > pcs[0:4,]
       coordinates cat   str_1  int_1  int_2    dbl_1     dbl_2
1 (101000, 263000)   1 "SM06B" 101000 263000 4.978915 -4.293668
2 (101000, 265000)   2 "SM06C" 101000 265000 4.960478 -4.266742
3 (101000, 267000)   3 "SM06D" 101000 267000
2006 May 04
3
login generator doesn''t work
Hi,
i just install login genrator and tried to get it work but 
unfortunatelyu didn''t work it give some errors. i wonder why?
can any help?
thanks
-- 
Posted via http://www.ruby-forum.com/.
2012 Feb 07
2
[LLVMdev] x86 asm dllexport output for mingw targets
It seems that the DLL export directives for __cdecl and __stdcall 
functions are not correctly written in asm output.
For example, when declaring a function like this:
__declspec(dllexport) int __cdecl exportFunc1(int c);
ASM output is:
	.def	 _exportFunc1;
	.scl	2;
	.type	32;
	.endef
	.text
	.globl	_exportFunc1
	.align	16, 0x90
_exportFunc1:
	movl	4(%esp), %eax
	ret
	.section
2013 Nov 29
1
Official AWS Centos AMI and new instance types
Hello, list.
Yesterday I tried changing the instance type of my c1.medium instances on
AWS to c3.large and I wasn't able to do so.
It looks like the official Centos AMI on market place is still not ready
for c3.large.
This is the error message I received:
"The instance configuration for this AWS Marketplace product is not
supported. Please see
2010 Apr 27
4
Patch sensible callback framework
This patch adds a simple callback framework.
	Modified loadfile and floadfile to look for callbacks and call them if present
	Supports multiple callbacks
	Modified com32/modules/linux.c to demonstrate functionality (it's a little more complicated than it should be just to demonstrate multiple callbacks).  Add progress argument to display a percentage indicator when loading.
Example
boot:
2005 Mar 20
3
Adding dsmark qdisc fails
I''m trying to configure dsmark qdisc on 2.6.11.4 user mode linux and
tc from iproute2-2.6.11-050314.
I think I have some mismatch in my setup since adding dsmark qdisc
fails *unless* I specify "set_tc_index" argument which I believe should
be optional:
# tc qdisc add dev eth1 handle 1:0 root dsmark indices 8
RTNETLINK answers: Invalid argument
Mar 20 13:00:50 user user.debug
2006 Jul 25
3
problem in Route add using netlink
Hi all
   Iam trying to implement "route add " using netlink. The changes are not reflected in the routing table. I have given my code and screen shots of the routing tables.
   
  Can anybody tell me is there any mistake iam making in defining the fields .
  or any other mistake iam commiting
   
  thanxs
   
  viji
   
  //////////////////////////////////// CODE
2013 Jan 15
1
xen device mapping/translation
Hello, list.
Yesterday I was pleased to see that Centos has released official images at
the aws marketplace. Nice job.
Today I started playing with the Centos 6.3 image (
https://aws.amazon.com/marketplace/pp/B00A6L6F9I, on which I plan to deploy
a gluster cluster in production soon) and noticed a weird thing.
EBS Volumes attached to sd<X> are translated to xvd<Y> at the OS level.
2007 Aug 13
2
Policy routing question
Hi,
I have a testing multihome setup, with the default gateway being one of 
the links and using policy routing to honor requests for a specific 
link. Everything works as expected when I request a specific IP to bind 
to. But if I request a specific interface things fall apart in ways that 
I can not explain:
default gw (WORKS)
----------
rabbit@Thesaurus:~$ ping -c 1 yahoo.com
PING yahoo.com
2012 Feb 07
0
[LLVMdev] x86 asm dllexport output for mingw targets
Alen,
> It seems that the DLL export directives for __cdecl and __stdcall
> functions are not correctly written in asm output.
So, this is for all functions then, right? :)
-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2012 Nov 12
1
problem with Erlang function
I'm beginner with R language
My goal is to write a function that takes an input Erlang entering your
? Name
? Name
? Date of birth.
The program will calculate age and display output
first
I do know the system date (month, day, year)
I find with Sys.Date ()
I found a function. net to calculate the age
Protected Sub calcul_age()
    Dim datetimenow = DateTime.Now
    Dim
2003 Dec 09
2
port forwarding
is there anybody who can tell me how to forward request to other host, i
would like to forward all dns requests to other dns server and it must be
done with packet forwarding because dns server (resolver) must go down.
There is many docs about port forwarding based on nat table and
explanation consider linux box act like nat with two e cards.
thanks,
alens