<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - FreeBSD test case failure due to "Couldn't malloc: address space is full""
href="http://llvm.org/bugs/show_bug.cgi?id=17931">17931</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>FreeBSD test case failure due to "Couldn't malloc: address space is full"
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>FreeBSD
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Reporter</th>
<td>emaste@freebsd.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>CrashingInferiorTestCase.test_inferior_crashing_expr_step_and_expr_dwarf
CrashingRecursiveInferiorTestCase.test_recursive_inferior_crashing_expr_step_and_expr_dwarf
e.g.
['dotest.py', '--executable',
'/tank/emaste/src/llvm/tools/lldb/test/../../../build-nodebug/bin/lldb', '-C',
'/usr/bin/clang', '-v', '-t', '-f',
'CrashingInferiorTestCase.test_inferior_crashing_expr_step_and_expr_dwarf']
LLDB library dir:
/tank/emaste/src/llvm/tools/lldb/test/../../../build-nodebug/bin
lldb version 3.4 (<a href="mailto:git@github.com">git@github.com</a>:fbsd/lldb.git revision
0e531d37ffe067ffa0936ca483615ebd8b1a5dd5)
lldb.pre_flight: None
lldb.post_flight: None
Session logs for test failures/errors/unexpected successes will go into
directory '2013-11-14-15_16_23'
Command invoked: python dotest.py --executable
/tank/emaste/src/llvm/tools/lldb/test/../../../build-nodebug/bin/lldb -C
/usr/bin/clang -v -t -f
CrashingInferiorTestCase.test_inferior_crashing_expr_step_and_expr_d
compilers=['/usr/bin/clang']
Configuration: arch=amd64 compiler=/usr/bin/clang
----------------------------------------------------------------------
Collected 1 test
Change dir to:
/tank/emaste/src/llvm/tools/lldb/test/functionalities/inferior-crashing
1: test_inferior_crashing_expr_step_and_expr_dwarf
(TestInferiorCrashing.CrashingInferiorTestCase)
Test that lldb expressions work before and after stepping after a crash. ...
os command: [['/bin/sh', '-c', 'gmake clean;gmake MAKE_DSYM=NO ARCH=amd64
CC=/usr/bin/clang']]
with pid: 33067
stdout: rm -rf "a.out" "" main.o main.d *.d.[0-9] *.d.[0-9][0-9]
*.d.[0-9][0-9][0-9] *.d.[0-9][0-9][0-9][0-9] *.d.[0-9][0-9][0-9][0-9][0-9]
gmake: `a.out' is up to date.
stderr:
retcode: 0
runCmd: file
/tank/emaste/src/llvm/tools/lldb/test/functionalities/inferior-crashing/a.out
output: Current executable set to
'/tank/emaste/src/llvm/tools/lldb/test/functionalities/inferior-crashing/a.out'
(x86_64).
runCmd: run
output: Process 33082 launched:
'/tank/emaste/src/llvm/tools/lldb/test/functionalities/inferior-crashing/a.out'
(x86_64)
runCmd: thread list
output: Process 33082 stopped
* thread #1: tid = 33082, 0x000000000040063d a.out`main(argc=1,
argv=0x00007fffffffd260) + 61 at main.c:17, stop reason = invalid address
(fault address: 0x0)
Expecting sub string: stopped
Matched
Expecting sub string: stop reason = invalid address
Matched
runCmd: p argv[0]
output: (const char *) $0 = 0x00007fffffffd5a0
"/tank/emaste/src/llvm/tools/lldb/test/functionalities/inferior-crashing/a.out"
Expecting sub string: a.out
Matched
runCmd: next
output: Process 33082 stopped
runCmd: thread list
output: Process 33082 stopped
* thread #1: tid = 33082, 0x000000000040063d a.out`main(argc=1,
argv=0x00007fffffffd260) + 61 at main.c:17, stop reason = invalid address
(fault address: 0x0)
Expecting sub string: stopped
Matched
Expecting sub string: stop reason = invalid address
Matched
runCmd: p argv[0]
runCmd failed!
error: Couldn't allocate space for the stack frame: Couldn't malloc: address
space is full
Errored out in Execute, couldn't PrepareToExecuteJITExpression
FAILURE</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>