Problem with UDF

Hello,
I need to do a select from database and know the number of register founded.
I've the following UDF:
String Query = " ";
Channel channel = null;
DataBaseAccessor accessor = null;
DataBaseResult resultSet = null;
String ret = "0";
// Build the Query String
Query = "Select * from SAP_INTERF_PROYECTOS where NUMDOC = '" + BELNR + "' and POSDOC = '" + POSEX +"'";
try{
//Determine a channel, as created in the Configuration
channel = LookupService.getChannel("bs_arteche_tp_db_jdbc","cc_lookup_receiver");
//Get a system accessor for the channel. As the call is being made to an DB, an DatabaseAccessor is obtained.
accessor = LookupService.getDataBaseAccessor(channel);
//Execute Query and get the values in resultset
resultSet = accessor.executeQuery(Query);
//for(Iterator rows = resultSet.getRows();rows.hasNext();){
//ret = "1";
catch(Exception ex){
finally
      try
        if (accessor != null)
          ret = "1";
      catch (Exception ex)
return ret;
The statment 'for' doesn't work, because it stays in an infinite loop.
The statment 'if' always return the same value, does not mind if exist register in the database
How can i verify if the database return register or not?
Thanks very much,
Regards,

Hello Shabarish,
I have done the same at /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler, but the UDF does't work fine.
When I test the message mapping, it returnrs the error "Cannot produce target element /ns0:MT_OFERTAS/STATEMENT/TABLENAME/ACCESS/ESTADO. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd". If I display the queue of the UDF it returns "SUPPRESS".
Do you know how can I solve this problem?
Thanks very much.

Similar Messages

  • Having problem with UDF, getting unwanted result Ljava.lang.String;@25c560

    Hi,
    This is atually a follow-up to other post in the same forum: <b>Sending XMl message as text (Mail body) by receiver mail adapter</b>
    We are having problem with UDF to get correct output.
    We are getting <b>result of UDF</b> as below:
    [[Ljava.lang.String;@f37573 [Ljava.lang.String;@1a409ed [Ljava.lang.String;@87c011 [Ljava.lang.String;@52a077 [Ljava.lang.String;@a4e8e5<BR>[Ljava.lang.String;@f37573 [Ljava.lang.String;@1a409ed [Ljava.lang.String;@87c011 [Ljava.lang.String;@52a077 [Ljava.lang.String;@a4e8e5<BR>[Ljava.lang.String;@f37573 [Ljava.lang.String;@1a409ed [Ljava.lang.String;@87c011 [Ljava.lang.String;@52a077 [Ljava.lang.String;@a4e8e5<BR>[Ljava.lang.String;@f37573 [Ljava.lang.String;@1a409ed [Ljava.lang.String;@87c011 [Ljava.lang.String;@52a077 [Ljava.lang.String;@a4e8e5<BR>]
    Does any body know what it mean?
    Following are the source ans target XSD's:
    Here is the <b>source xsd:</b>
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://NameSpace" targetNamespace="NameSpace">
    <xsd:complexType name="row">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    5e090470385011db9654000e7f22e9d4
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
    <xsd:element name="DeliveryNumber">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a0377b11db91dbf237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="10" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="DeliveryLineItem">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a1377b11db98aaf237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="6" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="OrderNumber">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a2377b11dbc5c4f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="10" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="OrderLineItem">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a3377b11db9d84f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="6" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="BillToID">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a4377b11dbb49bf237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="17" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="BillToName">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a5377b11dbb38ff237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="40" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ShipToID">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a6377b11db9370f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="17" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ShipToName">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a7377b11dbb66cf237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="40" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ProductCode">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a8377b11db8f94f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="18" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ProductDesc">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0a9377b11db929ff237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="40" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ScheduledLoadDate">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0aa377b11db8d1df237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="8" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ScheduledLoadTime">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0ab377b11dba57ff237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="6" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="Carrier">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0ac377b11dbcc03f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="40" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="CustomerPO">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0ad377b11dbb5a2f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="35" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="OutYard">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0ae377b11dbcc51f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="16" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="OrderedQty">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0af377b11dbbe6cf237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="15" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="OrderUofM">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0b0377b11db9264f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="3" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="LabConc">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0b1377b11dbb0e7f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="50" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="GrossMT">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0b2377b11db99f1f237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="4" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="GrossST">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0b3377b11db9b6ff237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="4" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="BilledQty">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0b4377b11db8a9af237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="8" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="Status">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    9d3ac0b5377b11dba39cf237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:length value="10" />
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="resultset">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    5e044980385011dbb2d3000e7f22e9d4
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
    <xsd:element name="row" type="row" maxOccurs="unbounded">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    c1cb8fd0377b11db912af237ac102206
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    <b>Target xsd:</b>
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://sap.com/xi/XI/Mail/30" targetNamespace="http://sap.com/xi/XI/Mail/30">
    <xsd:element name="Mail">
    <xsd:annotation>
    <xsd:documentation>
    Mail package for XI - Mail Adapter
    </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="Subject" type="xsd:string" minOccurs="0" />
    <xsd:element name="From" type="xsd:string" minOccurs="0" />
    <xsd:element name="To" type="xsd:string" minOccurs="0" />
    <xsd:element name="Reply_To" type="xsd:string" minOccurs="0" />
    <xsd:element name="Content_Type" type="xsd:string" minOccurs="0" />
    <xsd:element name="Date" type="xsd:dateTime" minOccurs="0" />
    <xsd:element name="Message_ID" type="xsd:string" minOccurs="0" />
    <xsd:element name="X_Mailer" type="xsd:string" minOccurs="0" />
    <xsd:element name="Content" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
    <xsd:documentation>
    any type
    </xsd:documentation>
    </xsd:annotation>
    </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="encoding" type="xsd:string" />
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    And <b>following is the UDF we are using</b>:
      =========================================
    String mailBody = new String();
    int inta, intb, intc, intd, inte;
    inta = a.length;
    intb = b.length;
    intc = c.length;
    intd = d.length;
    inte = e.length;
    for(int i = 0;  i < a.length; i++)
      mailBody = mailBody + a + " " + b + " " + c + " " + d + " " + e + "<BR>";
    result.addValue(mailBody);
    ====================================
    <b>Any help to resolve this would be very helpful.</b>
    Thanx
    Sue

    Hi Bhavesh,
    We are getting following error if we use the UDF you given below:
    Check Result for Object test   Source code has syntax error:  D:/usr/sap/XID/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapf2026120390a11db9d1f000e7f22e9d4/source/com/sap/xi/tf/_test_.java:75: a is already defined in testUDF$(java.lang.String[],java.lang.String[],java.lang.String[],java.lang.String[],java.lang.String[],com.sap.aii.mappingtool.tf3.rt.ResultList,com.sap.aii.mappingtool.tf3.rt.Container) int a = a.length(); ^ D:/usr/sap/XID/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapf2026120390a11db9d1f000e7f22e9d4/source/com/sap/xi/tf/_test_.java:75: int cannot be dereferenced int a = a.length(); ^
    We have no knowledge of java at all.
    We did some modifications to it as below:
    String mailBody = new String();
    int a = a.length();
    int b = b.length();
    int c = c.length();
    int d = d.length();
    int e = e.length();
    for(int i = 0; i < a.length(); i++)
    mailBody = mailBody + a + " " + b + " " + c + " " + d + " " + e + "<BR>";
    result.addValue(mailBody);
    It it didn't work. Think we are missing something. Can please help us to figure it out.
    Thanx
    Sue

  • Problem with UDF updation - Object type 46

    Hi Experts,
    Scenario :
    For printing the amounts(in words- Indian format) in Cheque and marketing documents, we created UDFs in Title of marketing documents and outgoing payments.
    Then created a function in the DB for convertion of amounts into words and invoked it from  SBO_SP_TransactionNotification for object type '46' (Outgoing payment) and for transaction type 'A'.
    We tried it  with Out going payments
    Problem :
    Initially It was not working at all. When we removed the  transaction type condition the amount got updated on updation of existing records. Still It is not updating the UDFs while adding a new outgoing payment.
    We inserted the values like object type , transaction type etc into a temp table for testing from SBO_SP_TransactionNotification .
    The value we got for Out going payment addition is
    Object type: 30 and transaction type : A (Why this is 30 while adding outgoing payment?)
    The value we got for Out going payment modification is
    Object type: 46 and transaction type :U
    Please Help us on this
    I don't know whether this is the right forum or not.
    We are using SAP Business One 2007 B PL 13
    Thanks and regards
    Ajith G
    Edited by: Ajith G on Oct 5, 2009 11:48 AM

    Hi,
    Step to have check print in Indian format
    1)create function
    2)create user field in that master table
    3)make user define query
    declare @Doc_total numeric (19,6)
    set @Doc_total= (SELECT $[ORPC.DocTotal])
    declare @F100 varchar(20)
    declare @DocCurr varchar(20)
    SET @DocCurr= (SELECT $[ORPC.DocCur])
    set @F100= (SELECT Chk100Name FROM OCRN WHERE CurrCode = @DocCurr)
    select REPLACE(SBO_DB.dbo.AmountToWords (@Doc_total), 'Paise',  @F100)
    4)save above query and define that query in user field by shift+F2
    i hope u may know next step
    Kevin

  • Problem with UDF in XL reporter

    Hi Experts
    When i am adding the UDF in the XLReporter the system is displaying following error
    *An error occured while trying to write to the database original error message was :
    A view was encountered that is not mapped in MOdule To ViewMap
    ViewName:ixvF_INV4All Module:SO*
    Pls let me know how to solve this problem
    Ashish Gupte

    Hi Ashish,
    You may check these threads:
    Error in XL reporter in adding UDF for banking
    UDF's in XL Reporter
    Re: error when setting UDF's visible in XL reporter
    Thanks,
    Gordon

  • Problem in importing Sales Order with udf in the rows

    Dear All,
    I am having problem in importing Sales Order with udf in the rows. I mean it is getting imported but the udf values in the rows is not getting updated. But the udf values in the header is getting updated. I am using SAP 8.8 Pl 10.
    Can anyone guide me what to do in this scenario?
    Regards,
    Gary

    So , Login to DTW .
    with the Desired Database and Login Credentials.
    Goto - > Templates - > Customized Templates
    Select The Object .
    Right Click on the object needed and choose Create Template for the Structure .
    Then use this template for import .
    Hope it helps
    Thanks
    Ashish Ranjan

  • Problem with SQL,udfs & procedures

    I have couple of problems with my database. Please suggest solution.
    We are basically a web product With a Quite large Database
    1. I am using functions both User Defined and Built in Functions in
    SQL Statement. I want to optimize the query how do i do it.
    why the usage of function in sql statements suppresses,the
    usage of indexes internally. How to forceable make use of
    the index even though function is used.
    2. Whenver The Client makes a request to the Database server with a
    Sql Query What are the steps we can take at the
    client side to enhance the performance of the Query.
    (i.e the Data Request ). How to optimize the usage of CPU at
    client site?
    3. what is the increase in the performance ration by having
    separate table spaces for user data,system data and indexes.
    4. Why the procedures are getting invalided
    after some time. The procedure is
    not getting executed at the front end.
    Once the procedure is getting invalidated.
    However even though the status of the
    procedure is invalid the same is getting
    executed at the back end.
    Can anybody help me
    Request for reply ASAP.
    Regards
    Koshal
    null

    1. In Oracle 8i, one can create function-based indexes, where instead of indexing a column, one can index upper() of that column.
    2. Optimizing client performance is trickier. One can tune the queries being
    submitted by the client, but if getting the first row back -- which is how response time is generally perceived -- set the OPTIMIZER_MODE parameter in init.ora to FIRST_ROWS.
    3. There is minimal benefit to having data, index, rollback, and temp tablespaces all separated unless all the datafiles for each tablespace reside on different disks (data on disk 1, index on disk 2, etc). It's recommended regardless, but unless the files are on separate volumes, there won't be a great performance benefit.
    4. A procedure is invalidated whenever DDL is issued against any object that that procedure depends upon. For example, if you add a column to a table, any procedures which reference that table will be invalidated. Any procedures which reference views which reference that table will be invalidated, because the view will be invalidated. It's best to run a compile script which looks for and attempts to recompile any invalid objects on a daily basis.
    Adam

  • NoClassDefFoundErrr in PI 7.31 PROD-System with UDF

    Hi Gurus,
    I'm facing a weird problem:
    This is my environment: PI 7.31;
    Landscape: Dev --> QA --> PROD
    All UDFs are save in the central SWCV: CentralLibrary.
    All mappings with UDFs in PROD do not work, but in DEV and QA are OK.
    The Error Log in Mapping is here:
    javax.ejb.EJBException: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: de/xyzcustomer/CentralLibrary/CL_StringConvert
    at java.lang.ClassLoader.loadClass(ClassLoader.java:308) ... 52 more Caused by: com.sap.aii.ib.core.mapping.execution.ResourceNotFoundException: Unable to find resource de/ xyzcustomer/CentralLibrary/CL_StringConvert in the following software component versions: 26dd6550-707e-11e2-a09d-deb10ad76533, f0c662d0-6f7b-11e2-b498-deb10ad76533 at com.sap.aii.ib.server.mapping.execution.MappingFinderImpl.readClass(MappingFinderImpl.java:81) at com.sap.aii.ibrep.server.mapping.rt.ArchiveClassLoader.findClass(ArchiveClassLoader.java:92)
    I’ve tried the following approaches:
    Reimport central Library and Message-Mapping from DEV into PROD
    Full mapping runtime cache refresh in Administration – Mapping Runtime
    Create a local library in the Mapping namespace. It works well in DEV and QA, but in PROD still gets same error.
    Could anyone help me?!
    Thanks a lot and regards
    Christine

    Hi Jannus,
    i tested this scenario once more and monitored it with xpi_inspector.
    In the runtime there is no mapping error.
    But in Enterprise Services Builder, I test the mapping in test module, i get this NoClassDelFounderror.
    The whole error-log is as below:
    javax.ejb.EJBException: nested exception is: java.lang.RuntimeException:
    java.lang.NoClassDefFoundError: de/xyzcustomer/CentralLibrary/CL_StringConvert
    java.lang.RuntimeException: java.lang.NoClassDefFoundError:
    de/xyzcustomer/CentralLibrary/CL_StringConvert at
    com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal
    (RequestInvocationContext.java:99) at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed
    (AbstractInvocationContext.java:166) at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke
    (Interceptors_StatesTransition.java:19) at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed
    (AbstractInvocationContext.java:179) at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke
    (Interceptors_Resource.java:50) at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed
    (AbstractInvocationContext.java:179) at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute
    (Interceptors_Transaction.java:37) at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke
    (Interceptors_Transaction.java:21) at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed
    (AbstractInvocationContext.java:179) at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_MethodRetry.invoke
    (Interceptors_MethodRetry.java:46) at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed
    (AbstractInvocationContext.java:179) at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed
    (AbstractInvocationContext.java:191) at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke
    (Interceptors_StatelessInstanceGetter.java:23) at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed
    (AbstractInvocationContext.java:179) at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke
    (Interceptors_SecurityCheck.java:25) at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed
    (AbstractInvocationContext.java:179) at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke
    (Interceptors_ExceptionTracer.java:17) at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed
    (AbstractInvocationContext.java:179) at
    com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain
    (DefaultInvocationChainsManager.java:138) at
    com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke
    (DefaultEJBProxyInvocationHandler.java:164) at $Proxy787.execute(Unknown Source) at
    sun.reflect.GeneratedMethodAccessor1723.invoke(Unknown Source) at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at
    java.lang.reflect.Method.invoke(Method.java:597) at
    com.sap.engine.services.rmi_p4.P4DynamicSkeleton.dispatch(P4DynamicSkeleton.java:240) at
    com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:466) at
    com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:69) at
    com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:72) at
    com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:43) at
    com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest
    (FCAConnectorImpl.java:999) at com.sap.engine.services.rmi_p4.P4Message.process
    (P4Message.java:59) at com.sap.engine.services.cross.fca.MessageReader.run
    (MessageReader.java:55) at com.sap.engine.core.thread.execution.Executable.run
    (Executable.java:122) at com.sap.engine.core.thread.execution.Executable.run
    (Executable.java:101) at com.sap.engine.core.thread.execution.CentralExecutor
    $SingleThread.run(CentralExecutor.java:328) Caused by: java.lang.NoClassDefFoundError:
    de/xyzcustomer/CentralLibrary/CL_StringConvert at
    com.sap.xi.tf._MM_MT_RequirementPhotoCopy_to_MT_InvoicePhotoCopy_$MT$InnerLibsList.<init>
    (_MM_MT_RequirementPhotoCopy_to_MT_InvoicePhotoCopy_.java:88) at
    com.sap.xi.tf._MM_MT_RequirementPhotoCopy_to_MT_InvoicePhotoCopy_$MT$InnerLibsList.<init>
    (_MM_MT_RequirementPhotoCopy_to_MT_InvoicePhotoCopy_.java:87) at
    com.sap.xi.tf._MM_MT_RequirementPhotoCopy_to_MT_InvoicePhotoCopy_.<init>
    (_MM_MT_RequirementPhotoCopy_to_MT_InvoicePhotoCopy_.java:19) at
    sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at
    sun.reflect.NativeConstructorAccessorImpl.newInstance
    (NativeConstructorAccessorImpl.java:39) at
    sun.reflect.DelegatingConstructorAccessorImpl.newInstance
    (DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance
    (Constructor.java:513) at java.lang.Class.newInstance0(Class.java:355) at
    java.lang.Class.newInstance(Class.java:308) at
    com.sap.aii.ibrep.server.mapping.exec.ExecuteXiMappingCommand.transformInternal
    (ExecuteXiMappingCommand.java:180) at
    com.sap.aii.ibrep.server.mapping.exec.ExecuteXiMappingCommand.execute
    (ExecuteXiMappingCommand.java:95) at
    com.sap.aii.ib.server.mapping.exec.CommandManager.execute(CommandManager.java:43) at
    com.sap.aii.ibrep.server.mapping.ServerMapService.execute(ServerMapService.java:40) at
    com.sap.aii.ibrep.server.mapping.MapServiceBean.execute(MapServiceBean.java:40) at
    sun.reflect.GeneratedMethodAccessor1724.invoke(Unknown Source) at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at
    java.lang.reflect.Method.invoke(Method.java:597) at
    com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal
    (RequestInvocationContext.java:47) ... 34 more Caused by: java.lang.ClassNotFoundException:
    Class de.xyzcustomer.CentralLibrary.CL_StringConvert not found at
    com.sap.aii.ibrep.server.mapping.rt.ArchiveClassLoader.findClass
    (ArchiveClassLoader.java:110) at java.lang.ClassLoader.loadClass(ClassLoader.java:367) at
    java.lang.ClassLoader.loadClass(ClassLoader.java:308) ... 52 more Caused by:
    com.sap.aii.ib.core.mapping.execution.ResourceNotFoundException: Unable to find resource
    de/xyzcustomer/CentralLibrary/CL_StringConvert.class in the following software component
    versions: 26dd6550-707e-11e2-a09d-deb10ad76533, f0c662d0-6f7b-11e2-b498-deb10ad76533 at
    com.sap.aii.ib.server.mapping.execution.MappingFinderImpl.readClass
    (MappingFinderImpl.java:81) at
    com.sap.aii.ibrep.server.mapping.rt.ArchiveClassLoader.findClass
    (ArchiveClassLoader.java:92) ... 54 more javax.ejb.EJBException: nested exception is:
    java.lang.RuntimeException: java.lang.NoClassDefFoundError:
    de/xyzcustomer/CentralLibrary/CL_StringConvert at
    com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal
    (RequestInvocationContext.java:99) at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed
    (AbstractInvocationContext.java:166) at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke
    (Interceptors_StatesTransition.java:19) at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed
    (AbstractInvocationContext.java:179) at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke
    (Interceptors_Resource.java:50) at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed
    (AbstractInvocationContext.java:179) at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute
    (Interceptors_Transaction.java:37) at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke
    (Interceptors_Transaction.java:21) at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed
    (AbstractInvocationContext.java:179) at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_MethodRetry.invoke
    (Interceptors_MethodRetry.java:46) at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed
    (AbstractInvocationContext.java:179) at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed
    (AbstractInvocationContext.java:191) at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke
    (Interceptors_StatelessInstanceGetter.java:23) at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed
    (AbstractInvocationContext.java:179) at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke
    (Interceptors_SecurityCheck.java:25) at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed
    (AbstractInvocationContext.java:179) at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke
    (Interceptors_ExceptionTracer.java:17) at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed
    (AbstractInvocationContext.java:179) at
    com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain
    (DefaultInvocationChainsManager.java:138) at
    com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke
    (DefaultEJBProxyInvocationHandler.java:164) at $Proxy787.execute(Unknown Source) at
    sun.reflect.GeneratedMethodAccessor1723.invoke(Unknown Source) at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at
    java.lang.reflect.Method.invoke(Method.java:597) at
    com.sap.engine.services.rmi_p4.P4DynamicSkeleton.dispatch(P4DynamicSkeleton.java:240) at
    com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:466) at
    com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:69) at
    com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:72) at
    com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:43) at
    com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest
    (FCAConnectorImpl.java:999) at com.sap.engine.services.rmi_p4.P4Message.process
    (P4Message.java:59) at com.sap.engine.services.cross.fca.MessageReader.run
    (MessageReader.java:55) at com.sap.engine.core.thread.execution.Executable.run
    (Executable.java:122) at com.sap.engine.core.thread.execution.Executable.run
    (Executable.java:101) at com.sap.engine.core.thread.execution.CentralExecutor
    $SingleThread.run(CentralExecutor.java:328) Caused by: java.lang.RuntimeException:
    java.lang.NoClassDefFoundError: de/xyzcustomer/CentralLibrary/CL_StringConvert ... 35 more
    Caused by: java.lang.NoClassDefFoundError: de/xyzcustomer/CentralLibrary/CL_StringConvert
    at com.sap.xi.tf._MM_MT_RequirementPhotoCopy_to_MT_InvoicePhotoCopy_$MT
    $InnerLibsList.<init>(_MM_MT_RequirementPhotoCopy_to_MT_InvoicePhotoCopy_.java:88) at
    com.sap.xi.tf._MM_MT_RequirementPhotoCopy_to_MT_InvoicePhotoCopy_$MT$InnerLibsList.<init>
    (_MM_MT_RequirementPhotoCopy_to_MT_InvoicePhotoCopy_.java:87) at
    com.sap.xi.tf._MM_MT_RequirementPhotoCopy_to_MT_InvoicePhotoCopy_.<init>
    (_MM_MT_RequirementPhotoCopy_to_MT_InvoicePhotoCopy_.java:19) at
    sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at
    sun.reflect.NativeConstructorAccessorImpl.newInstance
    (NativeConstructorAccessorImpl.java:39) at
    sun.reflect.DelegatingConstructorAccessorImpl.newInstance
    (DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance
    (Constructor.java:513) at java.lang.Class.newInstance0(Class.java:355) at
    java.lang.Class.newInstance(Class.java:308) at
    com.sap.aii.ibrep.server.mapping.exec.ExecuteXiMappingCommand.transformInternal
    (ExecuteXiMappingCommand.java:180) at
    com.sap.aii.ibrep.server.mapping.exec.ExecuteXiMappingCommand.execute
    (ExecuteXiMappingCommand.java:95) at
    com.sap.aii.ib.server.mapping.exec.CommandManager.execute(CommandManager.java:43) at
    com.sap.aii.ibrep.server.mapping.ServerMapService.execute(ServerMapService.java:40) at
    com.sap.aii.ibrep.server.mapping.MapServiceBean.execute(MapServiceBean.java:40) at
    sun.reflect.GeneratedMethodAccessor1724.invoke(Unknown Source) at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at
    java.lang.reflect.Method.invoke(Method.java:597) at
    com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal
    (RequestInvocationContext.java:47) ... 34 more Caused by: java.lang.ClassNotFoundException:
    Class de.xyzcustomer.CentralLibrary.CL_StringConvert not found at
    com.sap.aii.ibrep.server.mapping.rt.ArchiveClassLoader.findClass
    (ArchiveClassLoader.java:110) at java.lang.ClassLoader.loadClass(ClassLoader.java:367) at
    java.lang.ClassLoader.loadClass(ClassLoader.java:308) ... 52 more Caused by:
    com.sap.aii.ib.core.mapping.execution.ResourceNotFoundException: Unable to find resource
    de/xyzcustomer/CentralLibrary/CL_StringConvert.class in the following software component
    versions: 26dd6550-707e-11e2-a09d-deb10ad76533, f0c662d0-6f7b-11e2-b498-deb10ad76533 at
    com.sap.aii.ib.server.mapping.execution.MappingFinderImpl.readClass
    (MappingFinderImpl.java:81) at
    com.sap.aii.ibrep.server.mapping.rt.ArchiveClassLoader.findClass
    (ArchiveClassLoader.java:92) ... 54 more  See error logs for details

  • Problem with sound, maybe after upgrade.

    Hello guys,
    Yesterday I did a system upgrade and after I rebooted there seems to be a problem with my sound. There is now a popping sound during startup from both speakers, and again a crackling sound when it wakes from sleep. If I connect my headphones there is no sound output through it. The output is through speakers. My system is an Asus X201E. This is a part of pacman.log after which the problem started:
    [2013-09-24 20:16] [PACMAN] Running 'pacman -Syu'
    [2013-09-24 20:16] [PACMAN] synchronizing package lists
    [2013-09-24 20:17] [PACMAN] starting full system upgrade
    [2013-09-24 20:41] [PACMAN] upgraded elfutils (0.155-1 -> 0.156-1)
    [2013-09-24 20:42] [PACMAN] upgraded fakeroot (1.19-1 -> 1.20-1)
    [2013-09-24 20:42] [PACMAN] upgraded imagemagick (6.8.6.9-1 -> 6.8.6.10-1)
    [2013-09-24 20:43] [PACMAN] upgraded inkscape (0.48.4-10 -> 0.48.4-11)
    [2013-09-24 20:43] [PACMAN] upgraded jre7-openjdk-headless (7.u40_2.4.1-3 -> 7.u40_2.4.2-1)
    [2013-09-24 20:43] [PACMAN] upgraded jre7-openjdk (7.u40_2.4.1-3 -> 7.u40_2.4.2-1)
    [2013-09-24 20:43] [PACMAN] upgraded jdk7-openjdk (7.u40_2.4.1-3 -> 7.u40_2.4.2-1)
    [2013-09-24 20:43] [PACMAN] upgraded lib32-elfutils (0.155-2 -> 0.156-1)
    [2013-09-24 20:43] [PACMAN] upgraded lib32-systemd (204-1 -> 207-1)
    [2013-09-24 20:43] [PACMAN] upgraded man-pages (3.53-1 -> 3.54-1)
    [2013-09-24 20:43] [PACMAN] upgraded networkmanager (0.9.8.2-1 -> 0.9.8.4-1)
    [2013-09-24 20:43] [PACMAN] upgraded pstoedit (3.62-2 -> 3.62-3)
    [2013-09-24 20:43] [PACMAN] upgraded serf (1.3.0-1 -> 1.3.1-2)
    [2013-09-24 20:43] [PACMAN] upgraded subversion (1.8.1-2 -> 1.8.3-1)
    and output of lsmod:
    Module Size Used by
    nls_cp437 5953 1
    vfat 10055 1
    fat 51827 1 vfat
    uvcvideo 72804 0
    ath3k 7557 0
    btusb 18496 0
    videobuf2_vmalloc 3272 1 uvcvideo
    videobuf2_memops 2335 1 videobuf2_vmalloc
    videobuf2_core 27797 1 uvcvideo
    bluetooth 308340 3 ath3k,btusb
    videodev 110188 2 uvcvideo,videobuf2_core
    media 11591 2 uvcvideo,videodev
    snd_hda_codec_hdmi 30336 1
    snd_hda_codec_realtek 37032 1
    joydev 9663 0
    arc4 2000 2
    x86_pkg_temp_thermal 6959 0
    intel_powerclamp 8802 0
    coretemp 6326 0
    kvm_intel 129393 0
    kvm 379223 1 kvm_intel
    crc32_pclmul 3019 0
    crc32c_intel 14249 0
    ghash_clmulni_intel 4501 0
    ath9k 91043 0
    cryptd 8473 1 ghash_clmulni_intel
    ath9k_common 1991 1 ath9k
    ath9k_hw 392347 2 ath9k_common,ath9k
    microcode 13488 0
    ath 15681 3 ath9k_common,ath9k,ath9k_hw
    asus_nb_wmi 7368 0
    asus_wmi 16306 1 asus_nb_wmi
    sparse_keymap 3114 1 asus_wmi
    alx 25191 0
    mac80211 453808 1 ath9k
    iTCO_wdt 5407 0
    iTCO_vendor_support 1929 1 iTCO_wdt
    snd_hda_intel 36520 2
    snd_hda_codec 148129 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    cfg80211 402729 3 ath,ath9k,mac80211
    snd_hwdep 6332 1 snd_hda_codec
    snd_pcm 77765 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc 7234 2 snd_pcm,snd_hda_intel
    snd_timer 18718 1 snd_pcm
    rfkill 15698 4 cfg80211,bluetooth,asus_wmi
    i915 610807 3
    pcspkr 2027 0
    snd 59141 11 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
    evdev 10693 13
    ac 3324 0
    psmouse 85356 0
    serio_raw 5041 0
    soundcore 5450 1 snd
    wmi 8347 1 asus_wmi
    i2c_i801 11269 0
    intel_agp 10872 1 i915
    intel_gtt 12664 2 i915,intel_agp
    drm_kms_helper 35854 1 i915
    mdio 3525 1 alx
    drm 235996 4 i915,drm_kms_helper
    thermal 8620 0
    button 4669 1 i915
    video 11380 2 i915,asus_wmi
    battery 6925 0
    lpc_ich 13112 0
    mperf 1267 0
    mei_me 9296 0
    mei 61875 1 mei_me
    i2c_algo_bit 5391 1 i915
    i2c_core 23720 6 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,videodev
    shpchp 25457 0
    processor 24917 0
    ext4 470412 1
    crc16 1359 2 ext4,bluetooth
    mbcache 5866 1 ext4
    jbd2 83376 1 ext4
    hid_logitech_dj 10567 0
    usbhid 41466 0
    hid 88758 2 usbhid,hid_logitech_dj
    sd_mod 30899 4
    ahci 22888 3
    libahci 21393 1 ahci
    ehci_pci 4120 0
    libata 171318 2 ahci,libahci
    xhci_hcd 91419 0
    ehci_hcd 48084 1 ehci_pci
    scsi_mod 128695 2 libata,sd_mod
    usbcore 178049 7 ath3k,btusb,uvcvideo,ehci_hcd,ehci_pci,usbhid,xhci_hcd
    usb_common 1648 1 usbcore
    and lspci -vv:
    00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
    Subsystem: ASUSTeK Computer Inc. Device 108d
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
    Latency: 0
    Capabilities: <access denied>
    00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) (prog-if 00 [VGA controller])
    Subsystem: ASUSTeK Computer Inc. Device 108d
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 43
    Region 0: Memory at f7800000 (64-bit, non-prefetchable) [size=4M]
    Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M]
    Region 4: I/O ports at f000 [size=64]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: <access denied>
    Kernel driver in use: i915
    Kernel modules: i915
    00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04) (prog-if 30 [XHCI])
    Subsystem: ASUSTeK Computer Inc. Device 108d
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 40
    Region 0: Memory at f7e00000 (64-bit, non-prefetchable) [size=64K]
    Capabilities: <access denied>
    Kernel driver in use: xhci_hcd
    Kernel modules: xhci_hcd
    00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
    Subsystem: ASUSTeK Computer Inc. Device 108d
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 42
    Region 0: Memory at f7e1a000 (64-bit, non-prefetchable) [size=16]
    Capabilities: <access denied>
    Kernel driver in use: mei_me
    Kernel modules: mei_me
    00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04) (prog-if 20 [EHCI])
    Subsystem: ASUSTeK Computer Inc. Device 108d
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 16
    Region 0: Memory at f7e18000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: <access denied>
    Kernel driver in use: ehci-pci
    Kernel modules: ehci_pci
    00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
    Subsystem: ASUSTeK Computer Inc. Device 107f
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 44
    Region 0: Memory at f7e10000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
    00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
    Memory behind bridge: f7d00000-f7dfffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
    I/O behind bridge: 0000e000-0000efff
    Memory behind bridge: f7c00000-f7cfffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04) (prog-if 20 [EHCI])
    Subsystem: ASUSTeK Computer Inc. Device 108d
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 23
    Region 0: Memory at f7e17000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: <access denied>
    Kernel driver in use: ehci-pci
    Kernel modules: ehci_pci
    00:1f.0 ISA bridge: Intel Corporation 7 Series Chipset Family LPC Controller (rev 04)
    Subsystem: ASUSTeK Computer Inc. Device 108d
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Capabilities: <access denied>
    Kernel driver in use: lpc_ich
    Kernel modules: lpc_ich
    00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04) (prog-if 01 [AHCI 1.0])
    Subsystem: ASUSTeK Computer Inc. Device 108d
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin B routed to IRQ 41
    Region 0: I/O ports at f0b0 [size=8]
    Region 1: I/O ports at f0a0 [size=4]
    Region 2: I/O ports at f090 [size=8]
    Region 3: I/O ports at f080 [size=4]
    Region 4: I/O ports at f060 [size=32]
    Region 5: Memory at f7e16000 (32-bit, non-prefetchable) [size=2K]
    Capabilities: <access denied>
    Kernel driver in use: ahci
    Kernel modules: ahci
    00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
    Subsystem: ASUSTeK Computer Inc. Device 108d
    Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Interrupt: pin C routed to IRQ 18
    Region 0: Memory at f7e15000 (64-bit, non-prefetchable) [size=256]
    Region 4: I/O ports at f040 [size=32]
    Kernel modules: i2c_i801
    02:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)
    Subsystem: Lite-On Communications Inc Device 6628
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 17
    Region 0: Memory at f7d00000 (64-bit, non-prefetchable) [size=512K]
    Expansion ROM at f7d80000 [disabled] [size=64K]
    Capabilities: <access denied>
    Kernel driver in use: ath9k
    Kernel modules: ath9k
    03:00.0 Ethernet controller: Qualcomm Atheros AR8162 Fast Ethernet (rev 10)
    Subsystem: ASUSTeK Computer Inc. Device 200f
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 45
    Region 0: Memory at f7c00000 (64-bit, non-prefetchable) [size=256K]
    Region 2: I/O ports at e000 [size=128]
    Capabilities: <access denied>
    Kernel driver in use: alx
    Kernel modules: alx
    Any idea as to what happened? Also, I am using alsa. Thanks.
    Edit: There is also a crackling sound when I connect or disconnect my headphone.
    Last edited by dabholkaras (2013-09-25 11:30:29)

    Hello dabholkaras,
    Today I did a system upgrade and after I met a similer sound problem.
    I resolved this problem by downgrade packages as follows;
    upgrade /var/log/pacman.log:
    [2013-09-28 18:14] [PACMAN] upgraded linux-firmware (20130725-1 -> 20130903-1)
    [2013-09-28 18:14] [PACMAN] upgraded linux (3.10.10-1 -> 3.11.2-1)
    [2013-09-28 18:14] [PACMAN] upgraded linux-headers (3.10.10-1 -> 3.11.2-1)
    downgrade command:
    ~ $ sudo pacman -U /var/cache/pacman/pkg/linux-firmware-20130725-1-any.pkg.tar.xz
    ~ $ sudo pacman -U /var/cache/pacman/pkg/linux-headers-3.10.10-1-x86_64.pkg.tar.xz
    ~ $ sudo pacman -Ud /var/cache/pacman/pkg/linux-3.10.10-1-x86_64.pkg.tar.xz
    [2013-09-28 23:45] [PACMAN] downgraded linux-firmware (20130903-1 -> 20130725-1)
    [2013-09-28 23:46] [PACMAN] downgraded linux-headers (3.11.2-1 -> 3.10.10-1)
    [2013-09-28 23:49] [PACMAN] downgraded linux (3.11.2-1 -> 3.10.10-1)

  • Problem with NVIDIA card

    Hello,
    I'm using a Sony VAIO-VGNFE41Z notebook with the NVIDIA GeForce Go 7600 graphics card. Approximately four days ago the card started to display artifacts on the screen even before the appearance of the VAIO logo during the BIOS initialization process. These artifacts look like green dotted squares, blue randomly placed rectangles and vertical green dotted lines. Since these artifacts appear even before grub takes over the boot process, I really think that this is a hardware issue.
    After the appearance of these artifacts the X server doesn't start up but I still have access to the text console and "nvidia-debugdump -l" displays the following:
    NVIDIA: could not open the device file /dev/nvidia0 (Input/output error).
    Error: nvmlInit(): Driver Not Loaded
    What bothers me however is the fact that I've been using Archlinux on my notebook for approximately one year and before that I used Windows XP for approximately seven years. So my question is whether or not it is possible that the proprietary NVIDIA drivers somehow slowly "destroyed" the graphics card perhaps due to incorrect temperature readings? This is the installation history for these proprietary drivers:
    [2014-05-29 11:03] [PACMAN] Running 'pacman -S nvidia-304xx'
    [2014-05-29 11:03] [PACMAN] installed nvidia-304xx-utils (304.121-2)
    [2014-05-29 11:03] [PACMAN] installed nvidia-304xx-libgl (304.121-2)
    [2014-05-29 11:04] [ALPM-SCRIPTLET] In order to use nvidia module, reboot the system.
    [2014-05-29 11:04] [PACMAN] installed nvidia-304xx (304.121-3)
    [2014-05-29 11:05] [PACMAN] Running 'pacman -S gtk2 opencl-nvidia-304xx'
    [2014-05-29 11:06] [PACMAN] installed opencl-nvidia-304xx (304.121-2)
    [2014-05-29 12:59] [ALPM-SCRIPTLET] >> If you have an NVIDIA card that supports libvdpau or Broadcom Crystal HD chips,
    [2014-05-29 12:59] [ALPM-SCRIPTLET] >> If you run into problems, please contact nVidia or Broadcom along with your system config info / driver version.
    [2014-06-03 14:30] [PACMAN] Running 'pacman -Sc nvidia-utils'
    [2014-06-18 20:19] [PACMAN] upgraded nvidia-304xx (304.121-3 -> 304.121-5)
    [2014-06-29 21:42] [PACMAN] upgraded nvidia-304xx-utils (304.121-2 -> 304.121-3)
    [2014-06-29 21:42] [PACMAN] upgraded nvidia-304xx-libgl (304.121-2 -> 304.121-3)
    [2014-06-29 21:42] [PACMAN] upgraded opencl-nvidia-304xx (304.121-2 -> 304.121-3)
    [2014-07-03 19:43] [PACMAN] upgraded nvidia-304xx (304.121-5 -> 304.121-6)
    [2014-07-13 19:27] [PACMAN] upgraded nvidia-304xx-utils (304.121-3 -> 304.123-1)
    [2014-07-13 19:27] [PACMAN] upgraded nvidia-304xx-libgl (304.121-3 -> 304.123-1)
    [2014-07-13 19:27] [PACMAN] upgraded nvidia-304xx (304.121-6 -> 304.123-1)
    [2014-07-13 19:27] [PACMAN] upgraded opencl-nvidia-304xx (304.121-3 -> 304.123-1)
    [2014-07-29 14:10] [PACMAN] upgraded nvidia-304xx (304.123-1 -> 304.123-2)
    [2014-07-29 21:56] [PACMAN] upgraded nvidia-304xx (304.123-2 -> 304.123-3)
    [2014-07-30 11:35] [PACMAN] upgraded nvidia-304xx (304.123-3 -> 304.123-4)
    [2014-08-13 12:21] [PACMAN] upgraded nvidia-304xx (304.123-4 -> 304.123-5)
    [2014-09-18 19:12] [PACMAN] upgraded nvidia-304xx (304.123-5 -> 304.123-6)
    [2014-10-06 20:18] [PACMAN] upgraded nvidia-304xx (304.123-6 -> 304.123-7)
    [2014-10-23 13:10] [PACMAN] upgraded nvidia-304xx (304.123-7 -> 304.123-9)
    [2014-11-26 20:17] [PACMAN] upgraded nvidia-304xx (304.123-9 -> 304.123-10)
    [2014-12-05 20:41] [PACMAN] upgraded nvidia-304xx-utils (304.123-1 -> 304.125-1)
    [2014-12-05 20:41] [PACMAN] upgraded nvidia-304xx-libgl (304.123-1 -> 304.125-1)
    [2014-12-05 20:41] [PACMAN] upgraded nvidia-304xx (304.123-10 -> 304.125-1)
    [2014-12-05 20:41] [PACMAN] upgraded opencl-nvidia-304xx (304.123-1 -> 304.125-1)
    [2014-12-11 21:30] [PACMAN] upgraded nvidia-304xx (304.125-1 -> 304.125-2)
    [2015-01-15 15:06] [ALPM] upgraded nvidia-304xx (304.125-2 -> 304.125-6)
    [2015-02-06 14:47] [ALPM] upgraded nvidia-304xx (304.125-6 -> 304.125-8)
    [2015-02-08 14:09] [ALPM] upgraded nvidia-304xx (304.125-8 -> 304.125-9)
    [2015-03-19 16:28] [ALPM] upgraded nvidia-304xx (304.125-9 -> 304.125-13)
    [2015-04-07 10:12] [ALPM] upgraded nvidia-304xx (304.125-13 -> 304.125-14)
    Is it possible that the last update on 2015-04-07 somehow messed up the graphics card? Although I find it weird, because the problems didn't appear until 2015-04-10. Nevertheless the temperature readings don't seem to work. Here's the result of nvidia-smi:
    ==============NVSMI LOG==============
    Timestamp : Mon Apr 13 17:34:42 2015
    Driver Version : 304.125
    Attached GPUs : 1
    GPU 0000:01:00.0
    Product Name : GeForce Go 7600
    Display Mode : N/A
    Persistence Mode : N/A
    Driver Model
    Current : N/A
    Pending : N/A
    Serial Number : N/A
    GPU UUID : N/A
    VBIOS Version : 05.73.22.47.04
    Inforom Version
    Image Version : N/A
    OEM Object : N/A
    ECC Object : N/A
    Power Management Object : N/A
    GPU Operation Mode
    Current : N/A
    Pending : N/A
    PCI
    Bus : 0x01
    Device : 0x00
    Domain : 0x0000
    Device Id : 0x039810DE
    Bus Id : 0000:01:00.0
    Sub System Id : 0x81EF104D
    GPU Link Info
    PCIe Generation
    Max : N/A
    Current : N/A
    Link Width
    Max : N/A
    Current : N/A
    Fan Speed : N/A
    Performance State : N/A
    Clocks Throttle Reasons : N/A
    Memory Usage
    Total : 121 MB
    Used : 0 MB
    Free : 121 MB
    Compute Mode : N/A
    Utilization
    Gpu : N/A
    Memory : N/A
    Ecc Mode
    Current : N/A
    Pending : N/A
    ECC Errors
    Volatile
    Single Bit
    Device Memory : N/A
    Register File : N/A
    L1 Cache : N/A
    L2 Cache : N/A
    Texture Memory : N/A
    Total : N/A
    Double Bit
    Device Memory : N/A
    Register File : N/A
    L1 Cache : N/A
    L2 Cache : N/A
    Texture Memory : N/A
    Total : N/A
    Aggregate
    Single Bit
    Device Memory : N/A
    Register File : N/A
    L1 Cache : N/A
    L2 Cache : N/A
    Texture Memory : N/A
    Total : N/A
    Double Bit
    Device Memory : N/A
    Register File : N/A
    L1 Cache : N/A
    L2 Cache : N/A
    Texture Memory : N/A
    Total : N/A
    Temperature
    Gpu : N/A
    Power Readings
    Power Management : N/A
    Power Draw : N/A
    Power Limit : N/A
    Default Power Limit : N/A
    Min Power Limit : N/A
    Max Power Limit : N/A
    Clocks
    Graphics : N/A
    SM : N/A
    Memory : N/A
    Applications Clocks
    Graphics : N/A
    Memory : N/A
    Max Clocks
    Graphics : N/A
    SM : N/A
    Memory : N/A
    Compute Processes : N/A
    The temperature for the GPU isn't shown. However I don't know, whether or not it's supposed to be this way for the GO 7600 graphics card. Here are the details of an lspci call:
    01:00.0 VGA compatible controller: NVIDIA Corporation G73M [GeForce Go 7600] (rev a1) (prog-if 00 [VGA controller])
    Subsystem: Sony Corporation Device 81ef
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 16
    Region 0: Memory at d1000000 (32-bit, non-prefetchable) [size=16M]
    Region 1: Memory at b0000000 (64-bit, prefetchable) [size=256M]
    Region 3: Memory at d0000000 (64-bit, non-prefetchable) [size=16M]
    Region 5: I/O ports at 2000 [size=128]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: [60] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
    Address: 0000000000000000 Data: 0000
    Capabilities: [78] Express (v1) Endpoint, MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <256ns, L1 <4us
    ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
    RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
    MaxPayload 128 bytes, MaxReadReq 512 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
    LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us
    ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
    LnkCtl: ASPM Disabled; RCB 128 bytes Disabled- CommClk+
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
    Capabilities: [100 v1] Virtual Channel
    Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
    Arb: Fixed- WRR32- WRR64- WRR128-
    Ctrl: ArbSelect=Fixed
    Status: InProgress-
    VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
    Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
    Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01
    Status: NegoPending- InProgress-
    Capabilities: [128 v1] Power Budgeting <?>
    Kernel driver in use: nvidia
    Kernel modules: nouveau, nvidia
    Today the screen suddenly went dark and it became impossible to switch off the laptop. I had to pull (and then insert) the power cable and restart the system. Here's the output of Xorg.0.log.old, journalctl:
    [ 5302.217] (EE) NVIDIA(0): Error recovery failed.
    [ 5302.217] (EE) NVIDIA(0): *** Aborting ***
    [ 5302.217] (EE)
    Fatal server error:
    [ 5302.217] (EE) Failed to recover from error!
    [ 5302.217] (EE)
    [ 5302.217] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 5302.217] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 5302.217] (EE)
    [ 5305.218] (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x000009e8, 0x00001288)
    [ 5312.217] (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x000009e8, 0x00001288)
    [ 5315.225] (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x000009e8, 0x000012bc)
    [ 5322.226] (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x000009e8, 0x000012bc)
    [ 5325.226] (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x000009e8, 0x000012d8)
    [ 5332.226] (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x000009e8, 0x000012d8)
    [ 5335.227] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001304)
    [ 5342.227] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001304)
    [ 5345.228] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001328)
    [ 5352.228] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001328)
    [ 5355.229] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000134c)
    [ 5362.229] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000134c)
    [ 5365.230] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001370)
    [ 5372.230] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001370)
    [ 5375.231] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001394)
    [ 5382.231] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001394)
    [ 5385.232] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000013b8)
    [ 5392.232] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000013b8)
    [ 5395.233] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000013dc)
    [ 5402.233] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000013dc)
    [ 5405.234] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001400)
    [ 5412.234] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001400)
    [ 5415.235] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001424)
    [ 5422.235] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001424)
    [ 5425.236] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001448)
    [ 5432.236] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001448)
    [ 5435.237] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000146c)
    [ 5442.237] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000146c)
    [ 5445.238] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001490)
    [ 5452.238] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001490)
    [ 5455.239] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000014b4)
    [ 5462.239] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000014b4)
    [ 5465.240] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000014d8)
    [ 5472.240] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000014d8)
    [ 5475.241] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000014fc)
    [ 5482.241] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000014fc)
    [ 5485.242] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001520)
    [ 5492.242] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001520)
    [ 5495.243] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001544)
    [ 5502.243] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001544)
    [ 5505.244] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001568)
    [ 5512.244] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001568)
    [ 5515.245] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000158c)
    [ 5522.245] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000158c)
    [ 5525.246] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000015b0)
    [ 5532.246] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000015b0)
    [ 5535.247] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000015d4)
    [ 5542.247] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000015d4)
    [ 5545.248] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000015f8)
    [ 5552.248] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000015f8)
    [ 5555.249] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000161c)
    [ 5562.249] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000161c)
    [ 5565.250] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001640)
    [ 5572.250] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001640)
    [ 5575.251] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001664)
    [ 5582.251] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001664)
    [ 5585.252] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001688)
    [ 5592.252] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001688)
    [ 5595.253] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000016ac)
    [ 5602.253] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000016ac)
    [ 5605.254] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000016d0)
    [ 5612.254] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000016d0)
    [ 5615.255] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000016f4)
    [ 5622.255] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000016f4)
    [ 5625.256] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001718)
    [ 5632.256] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001718)
    [ 5635.257] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000173c)
    [ 5642.257] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000173c)
    [ 5645.258] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001760)
    [ 5652.258] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001760)
    [ 5655.259] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001784)
    [ 5662.259] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001784)
    [ 5665.260] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000017a8)
    [ 5672.260] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000017a8)
    [ 5675.261] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000017cc)
    [ 5682.261] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000017cc)
    [ 5685.262] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000017f0)
    [ 5692.262] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000017f0)
    [ 5695.263] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001814)
    [ 5702.263] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001814)
    [ 5705.264] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001838)
    [ 5712.264] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001838)
    [ 5715.265] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000185c)
    [ 5722.265] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000185c)
    [ 5725.266] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001880)
    [ 5732.266] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001880)
    [ 5735.267] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000018a4)
    [ 5742.267] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000018a4)
    [ 5745.268] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000018c8)
    [ 5752.268] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000018c8)
    [ 5755.269] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000018ec)
    [ 5762.269] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000018ec)
    [ 5765.270] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001910)
    [ 5772.270] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001910)
    [ 5775.271] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001934)
    [ 5782.271] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001934)
    [ 5785.272] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001958)
    [ 5792.272] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001958)
    [ 5795.273] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000197c)
    [ 5802.273] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000197c)
    [ 5805.274] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000019a0)
    [ 5812.274] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000019a0)
    [ 5815.275] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000019c4)
    [ 5822.275] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000019c4)
    [ 5825.276] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000019e8)
    [ 5832.276] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000019e8)
    [ 5835.277] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001a0c)
    [ 5842.277] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001a0c)
    [ 5845.278] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001a30)
    [ 5852.278] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001a30)
    [ 5855.279] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001a54)
    [ 5862.279] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001a54)
    [ 5865.280] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001a78)
    [ 5872.280] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001a78)
    [ 5875.281] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001a9c)
    [ 5882.281] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001a9c)
    [ 5885.282] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001ac0)
    [ 5892.282] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001ac0)
    [ 5895.283] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001ae4)
    [ 5902.283] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001ae4)
    [ 5905.284] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001b08)
    [ 5912.284] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001b08)
    [ 5915.285] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001b2c)
    [ 5922.285] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001b2c)
    [ 5925.286] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001b50)
    [ 5932.286] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001b50)
    [ 5935.287] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001b74)
    [ 5942.287] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001b74)
    [ 5945.288] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001b98)
    [ 5952.288] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001b98)
    [ 5955.289] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001bbc)
    [ 5962.289] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001bbc)
    [ 5965.290] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001be0)
    [ 5972.290] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001be0)
    [ 5975.291] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001c04)
    [ 5982.291] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001c04)
    [ 5985.292] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001c28)
    [ 5992.292] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001c28)
    [ 5995.293] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001c4c)
    [ 6002.293] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001c4c)
    [ 6005.294] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001c70)
    [ 6012.294] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001c70)
    [ 6015.295] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001c94)
    [ 6022.295] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001c94)
    [ 6025.296] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001cb8)
    [ 6032.296] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001cb8)
    [ 6035.297] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001cdc)
    [ 6042.297] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001cdc)
    [ 6045.298] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001d00)
    [ 6052.298] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001d00)
    [ 6055.299] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001d24)
    [ 6062.299] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001d24)
    [ 6065.300] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001d48)
    [ 6072.300] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001d48)
    [ 6075.301] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001d6c)
    [ 6082.301] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001d6c)
    [ 6085.302] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001d90)
    [ 6092.302] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001d90)
    [ 6095.303] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001db4)
    [ 6102.303] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001db4)
    [ 6105.304] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001dd8)
    [ 6112.304] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001dd8)
    [ 6115.305] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001dfc)
    [ 6122.305] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001dfc)
    [ 6125.306] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001e20)
    [ 6132.306] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001e20)
    [ 6135.307] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001e44)
    [ 6142.307] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001e44)
    [ 6145.308] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001e68)
    [ 6152.308] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001e68)
    [ 6155.309] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001e8c)
    [ 6162.309] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001e8c)
    [ 6165.310] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001eb0)
    [ 6172.310] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001eb0)
    [ 6175.311] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001ed4)
    [ 6182.311] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001ed4)
    [ 6185.312] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001ef8)
    [ 6192.312] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001ef8)
    [ 6195.313] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001f1c)
    [ 6202.313] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001f1c)
    [ 6205.314] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001f40)
    [ 6212.314] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001f40)
    [ 6215.315] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001f64)
    [ 6222.315] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001f64)
    [ 6225.316] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001f88)
    [ 6232.316] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001f88)
    [ 6235.317] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001fac)
    [ 6242.317] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001fac)
    [ 6245.318] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001fd0)
    [ 6252.318] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001fd0)
    [ 6255.319] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001ff4)
    [ 6262.319] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001ff4)
    [ 6265.320] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002018)
    [ 6272.320] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002018)
    [ 6275.321] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000203c)
    [ 6282.321] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000203c)
    [ 6285.322] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002060)
    [ 6292.322] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002060)
    [ 6295.323] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002084)
    [ 6302.323] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002084)
    [ 6305.324] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000020a8)
    [ 6312.324] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000020a8)
    [ 6315.325] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000020cc)
    [ 6322.325] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000020cc)
    [ 6325.326] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000020f0)
    [ 6332.326] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000020f0)
    [ 6335.327] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002114)
    [ 6342.327] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002114)
    [ 6345.328] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002138)
    [ 6352.328] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002138)
    [ 6355.329] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000215c)
    [ 6362.329] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000215c)
    [ 6365.330] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002180)
    [ 6372.330] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002180)
    [ 6375.331] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000021a4)
    [ 6382.331] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000021a4)
    [ 6385.332] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000021c8)
    [ 6392.332] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000021c8)
    [ 6395.333] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000021ec)
    [ 6402.333] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000021ec)
    [ 6405.334] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002210)
    [ 6412.334] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002210)
    [ 6415.335] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002234)
    [ 6422.335] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002234)
    [ 6425.336] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002258)
    [ 6432.336] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002258)
    [ 6435.337] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000227c)
    [ 6442.337] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000227c)
    [ 6445.338] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000022a0)
    [ 6452.338] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000022a0)
    [ 6455.339] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000022c4)
    [ 6462.339] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000022c4)
    [ 6465.340] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000022e8)
    [ 6472.340] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000022e8)
    [ 6475.341] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000230c)
    [ 6482.341] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000230c)
    [ 6485.342] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002330)
    [ 6492.342] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002330)
    [ 6495.343] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002354)
    [ 6502.343] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002354)
    [ 6505.344] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002378)
    [ 6512.344] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002378)
    [ 6515.345] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000239c)
    [ 6522.345] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000239c)
    [ 6525.346] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000023c0)
    [ 6532.346] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000023c0)
    [ 6535.347] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000023e4)
    [ 6542.347] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000023e4)
    [ 6545.348] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002408)
    [ 6552.348] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002408)
    [ 6555.349] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000242c)
    [ 6562.349] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000242c)
    [ 6565.350] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002450)
    [ 6572.350] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002450)
    [ 6575.351] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002474)
    [ 6582.351] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002474)
    [ 6585.352] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002498)
    [ 6592.352] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002498)
    [ 6595.353] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000024bc)
    [ 6602.353] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000024bc)
    [ 6605.354] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000024e0)
    [ 6612.354] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000024e0)
    [ 6615.355] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002504)
    [ 6622.355] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002504)
    [ 6625.356] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002528)
    [ 6632.356] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002528)
    [ 6635.357] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000254c)
    [ 6642.357] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000254c)
    [ 6645.358] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002570)
    [ 6652.358] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002570)
    [ 6655.359] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002594)
    [ 6662.359] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002594)
    [ 6665.360] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000025b8)
    [ 6672.360] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000025b8)
    [ 6675.361] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000025dc)
    [ 6682.361] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000025dc)
    [ 6685.362] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002600)
    [ 6692.362] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002600)
    [ 6695.363] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002624)
    [ 6702.363] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002624)
    [ 6705.364] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002648)
    [ 6712.364] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002648)
    [ 6715.365] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000266c)
    [ 6722.365] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000266c)
    [ 6725.366] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002690)
    [ 6732.367] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002690)
    [ 6735.367] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000026b4)
    [ 6742.368] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000026b4)
    [ 6745.368] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000026d8)
    [ 6752.369] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000026d8)
    [ 6755.369] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000026fc)
    [ 6762.370] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000026fc)
    [ 6765.370] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002720)
    [ 6772.371] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002720)
    [ 6775.371] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002744)
    [ 6782.372] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002744)
    [ 6785.372] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002768)
    [ 6792.373] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002768)
    [ 6795.373] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000278c)
    [ 6802.374] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000278c)
    [ 6805.374] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000027b0)
    [ 6812.375] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000027b0)
    [ 6815.375] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000027d4)
    [ 6822.376] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000027d4)
    [ 6825.376] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000027f8)
    [ 6832.377] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000027f8)
    [ 6835.377] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000281c)
    [ 6842.377] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000281c)
    [ 6845.378] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002840)
    [ 6852.379] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002840)
    [ 6855.379] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002864)
    [ 6862.380] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002864)
    [ 6865.380] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002888)
    [ 6872.381] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002888)
    [ 6875.381] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000028ac)
    [ 6882.382] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000028ac)
    [ 6885.382] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000028d0)
    [ 6892.383] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000028d0)
    [ 6895.383] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000028f4)
    [ 6902.384] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000028f4)
    [ 6905.384] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002918)
    [ 6912.385] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002918)
    [ 6915.385] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000293c)
    [ 6922.386] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000293c)
    [ 6925.386] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002960)
    [ 6932.387] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002960)
    [ 6935.387] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002984)
    [ 6942.387] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002984)
    [ 6945.388] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000029a8)
    [ 6952.388] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000029a8)
    [ 6955.389] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000029cc)
    [ 6962.389] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000029cc)
    [ 6965.390] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000029f0)
    [ 6972.390] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000029f0)
    [ 6975.391] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002a14)
    [ 6982.391] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002a14)
    [ 6985.392] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002a38)
    [ 6992.392] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002a38)
    [ 6995.393] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002a5c)
    [ 7002.394] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002a5c)
    [ 7005.394] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002a80)
    [ 7012.395] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002a80)
    [ 7015.395] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002aa4)
    [ 7022.395] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002aa4)
    [ 7025.396] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002ac8)
    [ 7032.396] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002ac8)
    [ 7035.397] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002aec)
    [ 7042.397] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002aec)
    [ 7045.398] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002b10)
    [ 7052.398] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002b10)
    [ 7055.399] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002b34)
    [ 7062.399] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002b34)
    [ 7065.400] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002b58)
    [ 7072.400] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002b58)
    [ 7075.401] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002b7c)
    [ 7082.402] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002b7c)
    [ 7085.402] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002ba0)
    [ 7092.402] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002ba0)
    [ 7095.403] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002bc4)
    [ 7102.403] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002bc4)
    [ 7105.404] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002be8)
    [ 7112.404] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002be8)
    [ 7115.405] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002c0c)
    [ 7122.405] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002c0c)
    [ 7125.406] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002c30)
    [ 7132.406] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002c30)
    [ 7135.407] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002c54)
    [ 7142.407] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002c54)
    [ 7145.408] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002c78)
    [ 7152.408] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002c78)
    [ 7155.409] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002c9c)
    [ 7162.409] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002c9c)
    [ 7165.410] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002cc0)
    [ 7172.410] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002cc0)
    [ 7175.411] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002ce4)
    [ 7182.411] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002ce4)
    [ 7185.412] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002d08)
    [ 7192.412] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002d08)
    [ 7195.413] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002d2c)
    [ 7202.413] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002d2c)
    [ 7205.414] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002d50)
    [ 7212.414] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002d50)
    [ 7215.415] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002d74)
    [ 7222.415] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002d74)
    [ 7225.416] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002d98)
    [ 7232.416] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002d98)
    [ 7235.417] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002dbc)
    [ 7242.417] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002dbc)
    [ 7245.418] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002de0)
    [ 7252.418] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002de0)
    [ 7255.419] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002e04)
    [ 7262.419] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002e04)
    [ 7265.420] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002e28)
    [ 7272.420] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002e28)
    [ 7275.421] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002e4c)
    [ 7282.421] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002e4c)
    [ 7285.422] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002e70)
    [ 7292.422] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002e70)
    [ 7295.423] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002e94)
    [ 7302.423] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002e94)
    [ 7305.424] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002eb8)
    [ 7312.424] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002eb8)
    [ 7315.425] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002edc)
    [ 7322.425] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002edc)
    [ 7325.426] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002f00)
    [ 7332.426] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002f00)
    [ 7335.427] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002f24)
    [ 7342.427] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002f24)
    [ 7345.428] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002f48)
    [ 7352.428] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002f48)
    [ 7355.429] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002f6c)
    [ 7362.429] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002f6c)
    [ 7365.430] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002f90)
    [ 7372.430] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002f90)
    [ 7375.431] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002fb4)
    [ 7382.431] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002fb4)
    [ 7385.432] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002fd8)
    [ 7392.432] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002fd8)
    [ 7395.433] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002ffc)
    [ 7402.433] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002ffc)
    [ 7405.434] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003020)
    [ 7412.434] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003020)
    [ 7415.435] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003044)
    [ 7422.435] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003044)
    [ 7425.436] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003068)
    [ 7432.436] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003068)
    [ 7435.437] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000308c)
    [ 7442.437] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000308c)
    [ 7445.438] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000030b0)
    [ 7452.438] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000030b0)
    [ 7455.439] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000030d4)
    [ 7462.439] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000030d4)
    [ 7465.440] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000030f8)
    [ 7472.440] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000030f8)
    [ 7475.441] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000311c)
    [ 7482.441] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000311c)
    [ 7485.442] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003140)
    [ 7492.442] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003140)
    [ 7495.443] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003164)
    [ 7502.443] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003164)
    [ 7505.444] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003188)
    [ 7512.444] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003188)
    [ 7515.445] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000031ac)
    [ 7522.445] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000031ac)
    [ 7525.446] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000031d0)
    [ 7532.446] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000031d0)
    [ 7535.447] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000031f4)
    [ 7542.447] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000031f4)
    [ 7545.448] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003218)
    [ 7552.448] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003218)
    [ 7555.449] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000323c)
    [ 7562.449] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000323c)
    [ 7565.450] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003260)
    [ 7572.450] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003260)
    [ 7575.451] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003284)
    [ 7582.451] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003284)
    [ 7585.452] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000032a8)
    [ 7592.452] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000032a8)
    [ 7595.453] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000032cc)
    [ 7602.453] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000032cc)
    [ 7605.454] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000032f0)
    [ 7612.454] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000032f0)
    [ 7615.455] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003314)
    [ 7622.455] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003314)
    [ 7625.456] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003338)
    [ 7632.456] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003338)
    [ 7635.457] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000335c)
    [ 7642.457] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000335c)
    [ 7645.458] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003380)
    [ 7652.458] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003380)
    [ 7655.459] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000033a4)
    [ 7662.459] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000033a4)
    [ 7665.460] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000033c8)
    [ 7672.460] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000033c8)
    [ 7675.461] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000033ec)
    [ 7682.461] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000033ec)
    [ 7685.462] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003410)
    [ 7692.462] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003410)
    [ 7695.463] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003434)
    [ 7702.463] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003434)
    [ 7705.464] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003458)
    [ 7712.464] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003458)
    [ 7715.465] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000347c)
    [ 7722.465] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000347c)
    [ 7725.466] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000034a0)
    [ 7732.466] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000034a0)
    [ 7735.467] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000034c4)
    [ 7742.467] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000034c4)
    [ 7745.468] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000034e8)
    [ 7752.468] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000034e8)
    [ 7755.469] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000350c)
    [ 7762.469] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000350c)
    [ 7765.470] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003530)
    [ 7772.470] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003530)
    [ 7775.471] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003554)
    [ 7782.471] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003554)
    [ 7785.472] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003578)
    [ 7792.472] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003578)
    [ 7795.473] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000359c)
    [ 7802.473] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000359c)
    [ 7805.474] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000035c0)
    [ 7812.474] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000035c0)
    [ 7815.475] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000035e4)
    [ 7822.475] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000035e4)
    [ 7825.476] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003608)
    [ 7832.476] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003608)
    [ 7835.477] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000362c)
    [ 7842.477] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000362c)
    [ 7845.478] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003650)
    [ 7852.478] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003650)
    [ 7855.479] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003674)
    [ 7862.479] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003674)
    [ 7865.480] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003698)
    [ 7872.480] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003698)
    [ 7875.481] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000036bc)
    [ 7882.481] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000036bc)
    [ 7885.482] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000036e0)
    [ 7892.482] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000036e0)
    journalctl:
    NVRM: loading NVIDIA UNIX x86_64 Kernel Module 304.125 Mon Dec 1 19:58:28 PST 2014
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 12, COCOD 00000000 e0016100 0000008a 000002fc 00000003
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000000 Instance 0001b32d status 0000001d
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000000 Instance 0001b32d status 0000001d
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000000 Instance 0001b32d status 0000001d
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000000 Instance 0001b32d status 0000001d
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000000 Instance 0001b32d status 0000001d
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000000 Instance 0001b32d status 0000001d
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000000 Instance 0001b32d status 0000001d
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000000 Instance 0001b32d status 0000001d
    So what do you think? Could these problems have been caused by gradual overheating of the graphics card for approximately one year? Or maybe the last driver update somehow messed up the graphics card? I need to know this, because I want to know, whether the problem will repeat itself if I buy another Go 7600 and replace the buggy graphics card with another GO 7600. If it's a "gradual overheating due to a faulty driver"-issue the next card will probably stop working as well after one year. It's interesting to note that nvidia-smi doesn't display the Fan Speed for this graphics card. Does this card have a built-in fan?
    Thanks for your help.

    I've got similar problem with GF540m, since updating to 302.17 I cannot modprobe nvidia:
    ERROR: could not insert 'nvidia': No such device
    dmesg:
    [ 1230.814823] nvidia 0000:01:00.0: power state changed by ACPI to D0
    [ 1230.814827] nvidia 0000:01:00.0: power state changed by ACPI to D0
    [ 1230.814909] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:0df4) installed
    [ 1230.814910] NVRM: in this system is not supported by the 302.17 NVIDIA Linux
    [ 1230.814910] NVRM: graphics driver release. Please see 'Appendix A -
    [ 1230.814911] NVRM: Supported NVIDIA GPU Products' in this release's README,
    [ 1230.814912] NVRM: available on the Linux graphics driver download page at
    [ 1230.814913] NVRM: www.nvidia.com.
    [ 1230.814921] nvidia: probe of 0000:01:00.0 failed with error -1
    [ 1230.814933] NVRM: The NVIDIA probe routine failed for 1 device(s).
    [ 1230.814934] NVRM: None of the NVIDIA graphics adapters were initialized!
    For the record: with 295.x everything (optirun, bbswitch) was ok.

  • Mapping Problem with IF...Else

    HI,
    im having problems with my if then else condition.
    What i want to have. (ORDERS IDOC)
    IF E1EDKA1-PARVW = WE and
        E1EDKA1-LIFNR = "XX" then CONSTANT ("true")
    else Constant ("false").
    If i use only one E1EDKA1 segment ... it works.
    If i use many E1EDKA1 segments and use if without else ... it works.
    But i cant get it with if then else. I will allways get the else value.
    any ideas ?
    Gordon
    Message was edited by:
            Gordon Breuer

    HI,
    <b>In your example data only one true and two false right?</b>
    try the below UDF
    use parvw - removecontext -- UDF -- split byvalue --target node
    use lifnr -- remove context --- /
    while creating UDF ---Input parvw,lifnr , select the queue option for User defined function
    for (int i =0;i < parvw.length;i++){
    if parvw(i).equals("WE") && lifnr(i).equals("xx"){
    result.addValue("true");
    }else
    result.addValue("false");
    Note the "true" and "false" are not equal to boolean values do not compare.
    Regards
    Chilla
    reward points...
    Message was edited by:
            Chandra Sekhar Chilla

  • Massive problem with iMac i5

    Today I bought a new i5 iMac with 8Gig of ram. I had massive problems with the instillation of Lion. I spoke with Apple for nearly 1.5 hours. I finally got it working and now it has crashed 9 times in 30 minutes. Why?? Please Help. I am going to take it back to the shop tomorrow.

    Thanks fro your quick reply.
    I get the slow darkened screen that moves down the until it says that I have to hold down the poer button for a forced restart.
    I tried opening all the really big memory hogs ll at once, eg Final cut pro, apature, imove HD etc, and that was no problem. It seem sto be completly random.
    This is the report that I get:
    Interval Since Last Panic Report:  387 sec
    Panics Since Last Report:          6
    Anonymous UUID:                    5400E7FB-D8A1-4CDD-985D-3F1E8023753D
    Fri Aug 26 23:00:24 2011
    panic(cpu 2 caller 0xffffff80002c268d): Kernel trap at 0xffffff8000293188, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0xfffffb8009a19ac8, CR3: 0x000000000eaeb00f, CR4: 0x00000000000606e0
    RAX: 0xffffff8009a36e78, RBX: 0xffffff8009a466d0, RCX: 0xffffff80008bd800, RDX: 0x00000000000000e0
    RSP: 0xffffff80f2b23d80, RBP: 0xffffff80f2b23da0, RSI: 0xffffff8009a1bec0, RDI: 0xffffff80008bd8e0
    R8:  0xfffffb8009a19ac0, R9:  0xffffff80f2b23ef8, R10: 0x00000001136ef000, R11: 0x0000000113650f80
    R12: 0xffffff80008bcc00, R13: 0x0000000000000000, R14: 0x0000000000000072, R15: 0x000000000000000e
    RFL: 0x0000000000010202, RIP: 0xffffff8000293188, CS:  0x0000000000000008, SS:  0x0000000000000000
    CR2: 0xfffffb8009a19ac8, Error code: 0x0000000000000002, Faulting CPU: 0x2
    Backtrace (CPU 2), Frame : Return Address
    0xffffff80f2b23a40 : 0xffffff8000220702
    0xffffff80f2b23ac0 : 0xffffff80002c268d
    0xffffff80f2b23c60 : 0xffffff80002d7a3d
    0xffffff80f2b23c80 : 0xffffff8000293188
    0xffffff80f2b23da0 : 0xffffff80002958b2
    0xffffff80f2b23dc0 : 0xffffff800026c5ba
    0xffffff80f2b23f40 : 0xffffff80002c1f2b
    0xffffff80f2b23fb0 : 0xffffff80002d7961
    BSD process name corresponding to current thread: WebProcess
    Mac OS version:
    11B26
    Kernel version:
    Darwin Kernel Version 11.1.0: Tue Jul 26 16:07:11 PDT 2011; root:xnu-1699.22.81~1/RELEASE_X86_64
    Kernel UUID: D52AAB80-B2BC-3C6E-BBEA-78BD28064998
    System model name: iMac12,2 (Mac-942B59F58194171B)
    System uptime in nanoseconds: 492863372471
    last loaded kext at 51964964367: com.apple.driver.AppleBluetoothHIDKeyboard          152.3 (addr 0xffffff7f81cbc000, size 12288)
    last unloaded kext at 223039016620: com.apple.driver.AppleUSBUHCI          4.4.0 (addr 0xffffff7f80ab5000, size 65536)
    loaded kexts:
    com.Cycling74.driver.Soundflower          1.5.1
    com.apple.driver.AppleBluetoothMultitouch          66.3
    com.apple.filesystems.udf          2.2
    com.apple.filesystems.msdosfs          1.7
    com.apple.driver.AppleHWSensor          1.9.4d0
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleUpstreamUserClient          3.5.9
    com.apple.driver.AppleMCCSControl          1.0.24
    com.apple.driver.AppleHDA          2.1.1f12
    com.apple.driver.AppleMikeyDriver          2.1.1f12
    com.apple.driver.AGPM          100.12.40
    com.apple.driver.AudioAUUC          1.59
    com.apple.driver.AppleSMCLMU          2.0.1d2
    com.apple.kext.ATIFramebuffer          7.0.4
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.0b2
    com.apple.ATIRadeonX3000          7.0.4
    com.apple.driver.AirPort.Atheros40          500.55.5
    com.apple.driver.AppleLPC          1.5.1
    com.apple.driver.AppleBacklight          170.1.9
    com.apple.driver.AppleIntelHDGraphics          7.0.4
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleIntelSNBGraphicsFB          7.0.4
    com.apple.driver.AudioIPCDriver          1.2.0
    com.apple.driver.AppleIRController          309
    com.apple.iokit.SCSITaskUserClient          3.0.0
    com.apple.driver.AppleUSBCardReader          3.0.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          32
    com.apple.iokit.IOAHCIBlockStorage          2.0.0
    com.apple.driver.AppleUSBHub          4.4.0
    com.apple.driver.AppleFWOHCI          4.8.6
    com.apple.iokit.AppleBCM5701Ethernet          3.0.6b9
    com.apple.driver.AppleEFINVRAM          1.5.0
    com.apple.driver.AppleAHCIPort          2.1.8
    com.apple.driver.AppleUSBEHCI          4.4.0
    com.apple.driver.AppleACPIButtons          1.4
    com.apple.driver.AppleRTC          1.4
    com.apple.driver.AppleHPET          1.6
    com.apple.driver.AppleSMBIOS          1.7
    com.apple.driver.AppleACPIEC          1.4
    com.apple.driver.AppleAPIC          1.5
    com.apple.driver.AppleIntelCPUPowerManagementClient          166.0.0
    com.apple.nke.applicationfirewall          3.0.30
    com.apple.security.quarantine          1
    com.apple.driver.AppleIntelCPUPowerManagement          166.0.0
    com.apple.driver.AppleBluetoothHIDKeyboard          152.3
    com.apple.driver.AppleHIDKeyboard          152.3
    com.apple.driver.AppleMultitouchDriver          220.62
    com.apple.driver.IOBluetoothHIDDriver          2.5f17
    com.apple.kext.triggers          1.0
    com.apple.driver.DspFuncLib          2.1.1f12
    com.apple.driver.AppleAVBAudio          1.0.0d11
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IOFireWireIP          2.2.3
    com.apple.iokit.IOSurface          80.0
    com.apple.driver.AppleHDAController          2.1.1f12
    com.apple.iokit.IOHDAFamily          2.1.1f12
    com.apple.driver.IOPlatformPluginFamily          4.7.0b2
    com.apple.iokit.IO80211Family          400.40
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleBacklightExpert          1.0.3
    com.apple.driver.AppleThunderboltEDMSink          1.1.1
    com.apple.driver.AppleThunderboltEDMSource          1.1.1
    com.apple.kext.ATI6000Controller          7.0.4
    com.apple.kext.ATISupport          7.0.4
    com.apple.iokit.IOBluetoothSerialManager          2.5f17
    com.apple.iokit.IOSerialFamily          10.0.5
    com.apple.iokit.IONDRVSupport          2.3
    com.apple.iokit.IOAVBFamily          1.0.0d22
    com.apple.driver.AppleSMC          3.1.1d2
    com.apple.iokit.IOGraphicsFamily          2.3
    com.apple.iokit.IOAudioFamily          1.8.3fc11
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.BroadcomUSBBluetoothHCIController          2.5f17
    com.apple.driver.AppleUSBBluetoothHCIController          2.5f17
    com.apple.iokit.IOBluetoothFamily          2.5f17
    com.apple.driver.AppleThunderboltDPOutAdapter          1.3.2
    com.apple.driver.AppleThunderboltDPInAdapter          1.3.2
    com.apple.driver.AppleThunderboltDPAdapterFamily          1.3.2
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.1.6
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.0.0
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.7
    com.apple.iokit.IOUSBHIDDriver          4.4.0
    com.apple.iokit.IOAHCISerialATAPI          2.0.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.0.0
    com.apple.iokit.IOUSBMassStorageClass          3.0.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.0.0
    com.apple.driver.AppleUSBMergeNub          4.4.0
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.driver.XsanFilter          403
    com.apple.driver.AppleThunderboltNHI          1.2.6
    com.apple.iokit.IOThunderboltFamily          1.4.9
    com.apple.iokit.IOUSBUserClient          4.4.0
    com.apple.iokit.IOFireWireFamily          4.4.3
    com.apple.iokit.IOEthernetAVBController          1.0.0d5
    com.apple.iokit.IONetworkingFamily          2.0
    com.apple.iokit.IOAHCIFamily          2.0.6
    com.apple.iokit.IOUSBFamily          4.4.0
    com.apple.driver.AppleEFIRuntime          1.5.0
    com.apple.iokit.IOHIDFamily          1.7.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          165
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          326
    com.apple.iokit.IOStorageFamily          1.7
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.4
    com.apple.iokit.IOPCIFamily          2.6.5
    com.apple.iokit.IOACPIFamily          1.4
    Model: iMac12,2, BootROM IM121.0047.B0A, 4 processors, Intel Core i5, 2.7 GHz, 8 GB, SMC 1.72f1
    Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x02FE, 0x45424A3231554538424655302D444A2D4620
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x02FE, 0x45424A3231554538424655302D444A2D4620
    Memory Module: BANK 0/DIMM1, 2 GB, DDR3, 1333 MHz, 0x802C, 0x000000000000000000000000000000000000
    Memory Module: BANK 1/DIMM1, 2 GB, DDR3, 1333 MHz, 0x802C, 0x384A53463235363634485A2D314734443120
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x9A), Atheros 9380: 4.0.55.4-P2P
    Bluetooth: Version 2.5.0f17, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: ST31000528AS, 1 TB
    Serial ATA Device: HL-DT-STDVDRW  GA32N
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x850b, 0xfa200000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: Maxtor 3200, 0x0d49  (Maxtor), 0x3200, 0xfa120000 / 6
    USB Device: External HDD, 0x1058  (Western Digital Technologies, Inc.), 0x1003, 0xfa130000 / 5
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 7
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: hub_device, 0x050d  (Belkin Corporation), 0x0234, 0xfd140000 / 5
    USB Device: DataTraveler 2.0, 0x0951  (Kingston Technology Company), 0x1607, 0xfd142000 / 7
    USB Device: Basics Desktop, 0x0d49  (Maxtor), 0x7410, 0xfd143000 / 6
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfd110000 / 4
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 3
    I got this photo from the net, but this is what I get. (Now 12 times)
    It was a 4 Gig ram imac, but the store made it up to 8 gig with 4x2 gig before I collected it.
    Memory Slots:
      ECC:          Disabled
    BANK 0/DIMM0:
      Size:          2 GB
      Type:          DDR3
      Speed:          1333 MHz
      Status:          OK
      Manufacturer:          0x02FE
      Part Number:          0x45424A3231554538424655302D444A2D4620
      Serial Number:          0x245317A8
    BANK 1/DIMM0:
      Size:          2 GB
      Type:          DDR3
      Speed:          1333 MHz
      Status:          OK
      Manufacturer:          0x02FE
      Part Number:          0x45424A3231554538424655302D444A2D4620
      Serial Number:          0x245317A9
    BANK 0/DIMM1:
      Size:          2 GB
      Type:          DDR3
      Speed:          1333 MHz
      Status:          OK
      Manufacturer:          0x802C
      Part Number:          0x000000000000000000000000000000000000
      Serial Number:          0xFFFFFFFF
    BANK 1/DIMM1:
      Size:          2 GB
      Type:          DDR3
      Speed:          1333 MHz
      Status:          OK
      Manufacturer:          0x802C
      Part Number:          0x384A53463235363634485A2D314734443120
      Serial Number:          0xEA364A5A

  • Problem with activation of Formatted Searches

    There seems to be an error in the activation of formatted searches in SAP B1.
    The following is an example to demonstrate the real situation with a minimum of complexity.
    1. We have defined 2 user defined fields, U_trigger and U_target, in the title area of documents. Both are defined as alphanumeric fields with standard length 10 and some predefined values.
    2. For sales orders we have defined for UDF 'target' that a formatted search 'getTriggerValue' is activated on changes of UDF 'trigger'.
    3. The formatted search 'getTriggerValue' reads the value of UDF 'trigger' and writes it to UDF 'target':
    DECLARE @triggerValue AS nvarchar(10)
    SET @triggerValue = $[ORDR.U_trigger]
    SELECT @triggerValue
    When we add a new document to the database, i.e. the document is in "button-mode" = 'add', there are no problems with the activation of the FS on field 'target' when the value of field 'trigger' is changed!
    After a document is already written to the database and is later displayed on the screen again, the document is in "button-mode" = 'OK'. In this situation the FS on field 'target' IS NOT ACTIVATED when the value of field 'trigger' is changed, i.e. the value of 'trigger' is not copied to 'target'.
    After this first change the document is now in "button-mode" = 'update'. If we now change the value of field 'trigger' a second time the FS on field 'target' is activated an the value is copied from 'trigger' to 'target'.
    If we define the FS of field 'target' with option 'Refresh Regularly' the FS is activated after the first change of field 'trigger' as expected.
    But we CAN NOT USE THIS OPTION AS A STANDARD SOLUTION for our problem, since some fields and their FS can not work with this option and need the standard option 'Display Saved Values' set. Otherwise some fields yield wrong values, since they are working not only with constant predefined values as in the simple example above, but with dates which are set by GETDATE() in the FS, e.g.
    Is this behaviour a bug of SAP (FS is not activated even if the value of the refresh field is changed)?
    If not, what is the idea behind this behaviour?
    And how can I get around this behaviour?
    Thank you for your support!
    Frank Romeni

    Hello Suda!
    Many thanks for your answer!
    Perhaps my explanations are a bit in confusion.
    The example in my question is just to demonstrate the behaviour of the formatted search with option 'Display Saved Values' set, i.e. in a document that is already saved to the database, only after the second change the formatted search is activated.
    I am aware that with the simple formatted search that I have shown as an example everything works fine with the option 'Refresh Regularly'.
    But what is the meaning to activate the formatted search only after the second change when option 'Display Saved Values' is set?
    The reason why we can't use option 'Refresh Regularly' is that in our real application not only constant values are copied from 'trigger' to 'target'.
    Let me give you an example which approaches the real situation more than the first example:
    DECLARE @trigger AS nvarchar(20)
    SET @trigger = $[ORDR.U_trigger]  -- U_trigger / UDF 'trigger'
    DECLARE @save AS datetime
    SET @save = $[ORDR.U_date]        -- U_date / UDF 'date'; save current date
    IF @trigger = 'getDate'
      SELECT GETDATE()
    ELSE IF @trigger = 'getDateConst'
      SELECT '01.01.2008'
    ELSE IF ...
    ELSE
      SELECT @save                    -- no value in @trigger to change date ==> reset
    Option 'Display Saved Values' set: formatted search is activated only after the second change of value of UDF 'trigger'. This is not acceptable!
    Option 'Refresh Regularly' set: Suppose the 'trigger' is set to 'getDate'. The actual date, e.g. 25.06.08, is displayed in UDF 'date'. The document is saved to database. When the document is fetched again on the next day, the formatted search is activated immediately without the change of any values, i.e. 'trigger' still is set to 'getDate'. This is evaluated in the formatted search and the function GETDATE() is called and the now actual date, 26.06.08, is written to UDF 'date'. This is wrong!
    I hope that the new example shows why we can't use option 'Refresh Regularly'!
    We need no regularly refreshed value of UDF 'date', we need an activation of the formatted search only when the value of UDF 'trigger' changes. But why is it activated only after the second change when 'Display Saved Values' is set?
    Thank you for further support!
    Frank Romeni

  • BCM43228 with broadcom_wl throwing warnings & problems with connection

    Hey there,
    I'm using a Thinkpad X131e with a BCM43228 wlan chip with broadcom-wl driver from AUR.
    Cut from `lspci -vvDnn`:
    0000:02:00.0 Network controller [0280]: Broadcom Corporation BCM43228 802.11a/b/g/n [14e4:4359]
    Subsystem: Broadcom Corporation Device [14e4:0607]
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 32 bytes
    Interrupt: pin A routed to IRQ 17
    Region 0: Memory at f0a00000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [40] Power Management version 3
    Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=2 PME-
    Capabilities: [58] Vendor Specific Information: Len=78 <?>
    Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
    Address: 0000000000000000 Data: 0000
    Capabilities: [d0] Express (v1) Endpoint, MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
    ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
    MaxPayload 128 bytes, MaxReadReq 128 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
    LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L1, Latency L0 <4us, L1 <64us
    ClockPM+ Surprise- LLActRep+ BwNot-
    LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
    ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
    Capabilities: [100 v1] Advanced Error Reporting
    UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
    UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
    UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
    CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
    CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
    AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
    Capabilities: [13c v1] Virtual Channel
    Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
    Arb: Fixed- WRR32- WRR64- WRR128-
    Ctrl: ArbSelect=Fixed
    Status: InProgress-
    VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
    Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
    Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
    Status: NegoPending- InProgress-
    Capabilities: [160 v1] Device Serial Number 00-00-e6-ff-ff-fa-e0-06
    Capabilities: [16c v1] Power Budgeting <?>
    Kernel driver in use: wl
    Kernel modules: bcma, wl
    I often see in my `journalctl -xfn` these lines and my wpa_supplicant using nl80211 has problems with my connection. first it works for a while, then it suddenly dies and doesn't want to reconnect. After some time it works again until it suddenly dies the next time.
    Jun 01 01:55:53 gibson.local kernel: ------------[ cut here ]------------
    Jun 01 01:55:53 gibson.local kernel: WARNING: at net/wireless/sme.c:642 cfg80211_roamed+0x8c/0x90 [cfg80211]()
    Jun 01 01:55:53 gibson.local kernel: Hardware name: 3372CTO
    Jun 01 01:55:53 gibson.local kernel: Modules linked in: ppp_deflate zlib_deflate bsd_comp ppp_async crc_ccitt ppp_generic slhc sr_mod cdrom option usb_wwan u
    Jun 01 01:55:53 gibson.local kernel: snd rfkill ac button soundcore r8169 video mii battery processor ext4 crc16 mbcache jbd2 sd_mod usb_storage rtsx_pci_sdmmc mmc_core ahci lib...mmon rtsx_pci
    Jun 01 01:55:53 gibson.local kernel: Pid: 147, comm: wl_event_handle Tainted: P O 3.9.4-1-ARCH #1
    Jun 01 01:55:53 gibson.local kernel: Call Trace:
    Jun 01 01:55:53 gibson.local kernel: [<ffffffff810580b0>] warn_slowpath_common+0x70/0xa0
    Jun 01 01:55:53 gibson.local kernel: [<ffffffff8105819a>] warn_slowpath_null+0x1a/0x20
    Jun 01 01:55:53 gibson.local kernel: [<ffffffffa03b68dc>] cfg80211_roamed+0x8c/0x90 [cfg80211]
    Jun 01 01:55:53 gibson.local kernel: [<ffffffffa0611a35>] wl_bss_connect_done.isra.21+0x105/0x1b0 [wl]
    Jun 01 01:55:53 gibson.local kernel: [<ffffffffa0611dbf>] wl_notify_connect_status+0x2df/0x3c0 [wl]
    Jun 01 01:55:53 gibson.local kernel: [<ffffffffa060e4e5>] wl_event_handler+0x55/0x1f0 [wl]
    Jun 01 01:55:53 gibson.local kernel: [<ffffffffa060e490>] ? wl_deinit_priv_mem+0xa0/0xa0 [wl]
    Jun 01 01:55:53 gibson.local kernel: [<ffffffff8107b600>] kthread+0xc0/0xd0
    Jun 01 01:55:53 gibson.local kernel: [<ffffffff8107b540>] ? kthread_create_on_node+0x120/0x120
    Jun 01 01:55:53 gibson.local kernel: [<ffffffff814d9dec>] ret_from_fork+0x7c/0xb0
    Jun 01 01:55:53 gibson.local kernel: [<ffffffff8107b540>] ? kthread_create_on_node+0x120/0x120
    Jun 01 01:55:53 gibson.local kernel: ---[ end trace 92d276a463b89308 ]---
    Jun 01 01:55:53 gibson.local kernel: ------------[ cut here ]------------
    Jun 01 01:55:53 gibson.local kernel: WARNING: at net/wireless/sme.c:642 cfg80211_roamed+0x8c/0x90 [cfg80211]()
    Jun 01 01:55:53 gibson.local kernel: Hardware name: 3372CTO
    Jun 01 01:55:53 gibson.local kernel: Modules linked in: ppp_deflate zlib_deflate bsd_comp ppp_async crc_ccitt ppp_generic slhc sr_mod cdrom option usb_wwan u
    Jun 01 01:55:53 gibson.local kernel: snd rfkill ac button soundcore r8169 video mii battery processor ext4 crc16 mbcache jbd2 sd_mod usb_storage rtsx_pci_sdmmc mmc_core ahci lib...mmon rtsx_pci
    Jun 01 01:55:53 gibson.local kernel: Pid: 147, comm: wl_event_handle Tainted: P W O 3.9.4-1-ARCH #1
    Jun 01 01:55:53 gibson.local kernel: Call Trace:
    Jun 01 01:55:53 gibson.local kernel: [<ffffffff810580b0>] warn_slowpath_common+0x70/0xa0
    Jun 01 01:55:53 gibson.local kernel: [<ffffffff8105819a>] warn_slowpath_null+0x1a/0x20
    Jun 01 01:55:53 gibson.local kernel: [<ffffffffa03b68dc>] cfg80211_roamed+0x8c/0x90 [cfg80211]
    Jun 01 01:55:53 gibson.local kernel: [<ffffffffa06118ac>] wl_notify_roaming_status+0xac/0x130 [wl]
    Jun 01 01:55:53 gibson.local kernel: [<ffffffffa060e4e5>] wl_event_handler+0x55/0x1f0 [wl]
    Jun 01 01:55:53 gibson.local kernel: [<ffffffffa060e490>] ? wl_deinit_priv_mem+0xa0/0xa0 [wl]
    Jun 01 01:55:53 gibson.local kernel: [<ffffffff8107b600>] kthread+0xc0/0xd0
    Jun 01 01:55:53 gibson.local kernel: [<ffffffff8107b540>] ? kthread_create_on_node+0x120/0x120
    Jun 01 01:55:53 gibson.local kernel: [<ffffffff814d9dec>] ret_from_fork+0x7c/0xb0
    Jun 01 01:55:53 gibson.local kernel: [<ffffffff8107b540>] ? kthread_create_on_node+0x120/0x120
    Jun 01 01:55:53 gibson.local kernel: ---[ end trace 92d276a463b89309 ]---

    Well, sorry I can't be of more help than this.  I think the only reasonable thing to try would be to see if it happens in another distirbution with a similar kernel version.  At least then you could try to narrow it down to whether it is specific to your setup, or something that is actually wrong with the hardware.
    I think the ultimate test would be to see if it happens in windows.  Then if it still does it, you can call Lenovo with certainty that it is an issue with the hardware and that you need another.  Fortunately, I am pretty sure it is considered a CRU (Custoner Replaceable Unit), so they would likely just send you a new one, rather than require you send your entire system to them.

  • A problem with threads

    I am trying to implement some kind of a server listening for requests. The listener part of the app, is a daemon thread that listens for connections and instantiates a handling daemon thread once it gets some. However, my problem is that i must be able to kill the listening thread at the user's will (say via a sto button). I have done this via the Sun's proposed way, by testing a boolean flag in the loop, which is set to false when i wish to kill the thread. The problem with this thing is the following...
    Once the thread starts excecuting, it will test the flag, find it true and enter the loop. At some point it will LOCK on the server socket waiting for connection. Unless some client actually connects, it will keep on listening indefinatelly whithought ever bothering to check for the flag again (no matter how many times you set the damn thing to false).
    My question is this: Is there any real, non-theoretical, applied way to stop thread in java safely?
    Thank you in advance,
    Lefty

    This was one solution from the socket programming forum, have you tried this??
    public Thread MyThread extends Thread{
         boolean active = true;          
         public void run(){
              ss.setSoTimeout(90);               
              while (active){                   
                   try{                       
                        serverSocket = ss.accept();
                   catch (SocketTimeoutException ste){
                   // do nothing                   
         // interrupt thread           
         public void deactivate(){               
              active = false;
              // you gotta sleep for a time longer than the               
              // accept() timeout to make sure that timeout is finished.               
              try{
                   sleep(91);               
              }catch (InterruptedException ie){            
              interrupt();
    }

  • Problem with Threads and a static variable

    I have a problem with the code below. I am yet to make sure that I understand the problem. Correct me if I am wrong please.
    Code functionality:
    A timer calls SetState every second. It sets the state and sets boolean variable "changed" to true. Then notifies a main process thread to check if the state changed to send a message.
    The problem as far I understand is:
    Assume the timer Thread calls SetState twice before the main process Thread runs. As a result, "changed" is set to true twice. However, since the main process is blocked twice during the two calls to SetState, when it runs it would have the two SetState timer threads blocked on its synchronized body. It will pass the first one, send the message and set "changed" to false since it was true. Now, it will pass the second thread, but here is the problem, "changed" is already set to false. As a result, it won't send the message even though it is supposed to.
    Would you please let me know if my understanding is correct? If so, what would you propose to resolve the problem? Should I call wait some other or should I notify in a different way?
    Thanks,
    B.D.
    Code:
    private static volatile boolean bChanged = false;
    private static Thread objMainProcess;
       protected static void Init(){
            objMainProcess = new Thread() {
                public void run() {
                    while( objMainProcess == Thread.currentThread() ) {
                       GetState();
            objMainProcess.setDaemon( true );
            objMainProcess.start();
        public static void initStatusTimer(){
            if(objTimer == null)
                 objTimer = new javax.swing.Timer( 1000, new java.awt.event.ActionListener(){
                    public void actionPerformed( java.awt.event.ActionEvent evt){
                              SetState();
        private static void SetState(){
            if( objMainProcess == null ) return;
            synchronized( objMainProcess ) {
                bChanged = true;
                try{
                    objMainProcess.notify();
                }catch( IllegalMonitorStateException e ) {}
        private static boolean GetState() {
            if( objMainProcess == null ) return false;
            synchronized( objMainProcess ) {
                if( bChanged) {
                    SendMessage();
                    bChanged = false;
                    return true;
                try {
                    objMainProcess.wait();
                }catch( InterruptedException e ) {}
                return false;
        }

    Thanks DrClap for your reply. Everything you said is right. It is not easy to make them alternate since SetState() could be called from different places where the state could be anything else but a status message. Like a GREETING message for example. It is a handshaking message but not a status message.
    Again as you said, There is a reason I can't call sendMessage() inside setState().
    The only way I was able to do it is by having a counter of the number of notifies that have been called. Every time notify() is called a counter is incremented. Now instead of just checking if "changed" flag is true, I also check if notify counter is greater than zero. If both true, I send the message. If "changed" flag is false, I check again if the notify counter is greater than zero, I send the message. This way it works, but it is kind of a patch than a good design fix. I am yet to find a good solution.
    Thanks,
    B.D.

Maybe you are looking for

  • DRIVERS REQUIRED FOR WINDOWS 7 (32-BIT) - FOR HP Pavilion g6-2004tu Notebook

    Hi everybody! Today have formatted my Notebook and changed the OPERATING SYSTEM to Windows 7 (32-Bit) (Enterprise Edition) Need basic drivers for the my HP Pavilion g6-2004tu Notebook for the following devices, currently being Yellow Highlighted by t

  • Not on the admin wheel?

    My mom's Mac Mini is having some difficulties installing the Epson C86 drivers from the CD. It continually claims that her username and password do not have admin privilages. However, she is the only user on the computer, and she definitely has admin

  • System center with Operations manager

    hi all, I want to integrate SCOM with SCCM 2012 for the Monitoring purposes. Can anyone help me with the procedure to workon. I am a layman with the cross platforms. Thanks in advance. regards, surya surya

  • Adding VSA Attributes under /Radius/Profiles

    Product Cisco Access Registrar (Standard Version) AR-Standard 3.5 AR-CPU 3.5 How to add a VSA under [ //localhost/Radius/Profiles/Test-Profile/Attributes ] From User-guide According to Table A-1 Tcl Attribute Dictionary Methods addProfile $dict addPr

  • Reading multiple channels for multiple graphs

    Hey I am fairly new to Labview and am using it just temorarily. My project is to take in readings from a Gaussometer (X,Y, and Z axis) and graph them in read time. The Gaussometer outputs a DC Voltage equal to the gauss of the magnetic field. The X,Y