Project

General

Profile

Actions

Bug #6356

open

CSD fails with OutOfMemoryError for linux-4.3-rc1

Added by Vadim Mutilin over 8 years ago. Updated over 8 years ago.

Status:
Open
Priority:
Normal
Assignee:
Category:
Infrastructure
Start date:
10/16/2015
Due date:
% Done:

0%

Estimated time:
Detected in build:
v0.8
Platform:
Published in build:

Description

For the verification of drivers directory on some computers a bunch of drivers is skipped
e.g.
  • drivers/watchdog
  • drivers/mtd/
  • drivers/bluetooth

The reason for skipping is an exception in CSD which occurs at the end of processing of linux-4.3-rc1.tar.xz/ldv_tempdir/build_commands/index.txt produced by BCE.

Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
        at com.sun.xml.internal.stream.Entity$ScannedEntity.<init>(Entity.java:407)
        at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:824)
        at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:189)
        at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:799)
        at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
        at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:123)
        at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:237)
        at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:300)
        at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
        at org.linuxtesting.ldv.csd.cmdstream.CmdStream.addCommandFromXML(CmdStream.java:305)
        at org.linuxtesting.ldv.csd.cmdstream.CmdStream.processCmdStream(CmdStream.java:185)
        at org.linuxtesting.ldv.csd.ws.FileQueue.process_message(FileQueue.java:88)
        at org.linuxtesting.ldv.csd.ws.FileQueue.wait_on_queue(FileQueue.java:224)
        at org.linuxtesting.ldv.csd.CSD.main(CSD.java:58)

Actions #1

Updated by Vadim Mutilin over 8 years ago

workaround commited in 61d6e88

Actions

Also available in: Atom PDF