Revision 616562353836 () - Diff

Link to this snippet: https://friendpaste.com/7gEu3sIEwJeE0YcDGyMzKe
Embed:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
PHPCR\Tests\Writing\MoveMethodsTest
.......F........ES
PHPCR\Tests\Writing\SetPropertyMethodsTest
.......Segmentation fault
bergie@AirDrone:~/Projects/phpcr-midgard2/api-test$ gdb php
GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/php...(no debugging symbols found)...done.
(gdb) run /usr/bin/phpunit
Starting program: /usr/bin/php /usr/bin/phpunit
[Thread debugging using libthread_db enabled]
midgard-core (pid:11143):(CRITICAL ):midgard_core_object_property_refuse_private: assertion `mgd != NULL' failed
midgard-core (pid:11143):(CRITICAL ):midgard_core_object_property_refuse_private: assertion `mgd != NULL' failed
midgard-core (pid:11143):(CRITICAL ):midgard_core_object_property_refuse_private: assertion `mgd != NULL' failed
midgard-core (pid:11143):(CRITICAL ):midgard_core_object_property_refuse_private: assertion `mgd != NULL' failed
midgard-core (pid:11143):(CRITICAL ):midgard_core_object_property_refuse_private: assertion `mgd != NULL' failed
PHPUnit 3.5.5 by Sebastian Bergmann.

I.IIISSSSSSSSSEFSEFEFE..EEEE..EE.ESSSSSSSSSSSSSSSSSSSSSSSSEE 60 / 552
..EEEEEEEFFSSSSSSSSSSSSSE..................SSSSSSSSSSSSSSSSS 120 / 552
EEI...EEEE......F..........F..........F..........F.......... 180 / 552
F..........F..........F......................F..........F... 240 / 552
.......F..........F..........F........ES.......
Program received signal SIGSEGV, Segmentation fault.
0x0000000000683db7 in _zval_ptr_dtor ()
(gdb) bt full
#0 0x0000000000683db7 in _zval_ptr_dtor ()
No symbol table info available.
#1 0x000000000069f2fe in _zend_hash_add_or_update ()
No symbol table info available.
#2 0x00007fffee8143db in php_midgard_zendobject_get_properties ()
from /usr/lib/php5/20090626/midgard2.so
No symbol table info available.
#3 0x00000000006af194 in ?? ()
No symbol table info available.
#4 0x00000000006af1d2 in ?? ()
No symbol table info available.
#5 0x00000000006af1d2 in ?? ()
No symbol table info available.
#6 0x00000000006af1d2 in ?? ()
No symbol table info available.
#7 0x00000000006af1d2 in ?? ()
No symbol table info available.
#8 0x00000000006af1d2 in ?? ()
No symbol table info available.
#9 0x00000000006af1d2 in ?? ()
No symbol table info available.
#10 0x00000000006af1d2 in ?? ()
No symbol table info available.
#11 0x00000000006af1d2 in ?? ()
No symbol table info available.
#12 0x00000000006af1d2 in ?? ()
No symbol table info available.
#13 0x00000000006af1d2 in ?? ()
No symbol table info available.
#14 0x00000000006af1d2 in ?? ()
No symbol table info available.
#15 0x00000000006af1d2 in ?? ()
No symbol table info available.
#16 0x00000000006af1d2 in ?? ()
No symbol table info available.
#17 0x00000000006af1d2 in ?? ()
No symbol table info available.
#18 0x00000000006af1d2 in ?? ()
---Type <return> to continue, or q <return> to quit---
No symbol table info available.
#19 0x00000000006af1d2 in ?? ()
No symbol table info available.
#20 0x00000000006af425 in ?? ()
No symbol table info available.
#21 0x00000000006af9ec in gc_collect_cycles ()
No symbol table info available.
#22 0x00000000006afd62 in gc_zobj_possible_root ()
No symbol table info available.
#23 0x00000000006b8025 in ?? ()
No symbol table info available.
#24 0x00000000006b87d4 in execute ()
No symbol table info available.
#25 0x0000000000685b4f in zend_call_function ()
No symbol table info available.
#26 0x000000000053d1f2 in ?? ()
No symbol table info available.
#27 0x00000000006ded2d in ?? ()
No symbol table info available.
#28 0x00000000006b87d4 in execute ()
No symbol table info available.
#29 0x00000000006936b9 in zend_execute_scripts ()
No symbol table info available.
#30 0x0000000000640413 in php_execute_script ()
No symbol table info available.
#31 0x000000000072ddd4 in ?? ()
No symbol table info available.
#32 0x00007ffff55f5eff in __libc_start_main ()
from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#33 0x0000000000428859 in _start ()
No symbol table info available.