rebuild swig using:

$ export DEB_BUILD_OPTIONS="debug nostrip noopt"

leads to:


(gdb) where
#0  __strstr_sse42 (s1=0x0, s2=0x545def "::") at
../sysdeps/x86_64/multiarch/strstr.c:179
#1  0x00000000004f863e in Swig_scopename_last (s=0x0) at Swig/misc.c:872
#2  0x00000000004fc7f8 in Swig_name_str (n=n@entry=0x7ffff7ed4110) at
Swig/naming.c:1667
#3  0x00000000004fc92b in Swig_name_decl (n=0x7ffff7ed4110) at
Swig/naming.c:1714
#4  0x000000000047f0e0 in Language::constructorDeclaration
(this=0x764b60, n=0x7ffff7ed4290) at Modules/lang.cxx:2626
#5  0x000000000047bbf3 in Dispatcher::emit_one
(this=this@entry=0x764b60, n=n@entry=0x7ffff7ed4290) at
Modules/lang.cxx:133
#6  0x000000000047c87e in emit_one (n=0x7ffff7ed4290, this=0x764b60)
at Modules/lang.cxx:377
#7  Language::emit_one (this=0x764b60, n=0x7ffff7ed4290) at Modules/lang.cxx:354
#8  0x000000000047b7ad in Dispatcher::emit_children (this=0x764b60,
n=<optimized out>) at Modules/lang.cxx:212
#9  0x00000000004792ee in Language::classHandler (this=0x764b60,
n=0x7ffff7ed3c50) at Modules/lang.cxx:2452
#10 0x00000000004abc72 in classHandler (n=0x7ffff7ed3c50,
this=0x764b60) at Modules/php.cxx:2011
#11 PHP::classHandler (this=0x764b60, n=0x7ffff7ed3c50) at Modules/php.cxx:1971
#12 0x000000000047cef0 in classDeclaration (n=<optimized out>,
this=0x764b60) at Modules/lang.cxx:2423
#13 Language::classDeclaration (this=0x764b60, n=<optimized out>) at
Modules/lang.cxx:2330
#14 0x000000000047bbc9 in Dispatcher::emit_one
(this=this@entry=0x764b60, n=n@entry=0x7ffff7ed3c50) at
Modules/lang.cxx:129
#15 0x000000000047c87e in emit_one (n=0x7ffff7ed3c50, this=0x764b60)
at Modules/lang.cxx:377
#16 Language::emit_one (this=0x764b60, n=0x7ffff7ed3c50) at Modules/lang.cxx:354
#17 0x000000000047b7ad in Dispatcher::emit_children (this=0x764b60,
n=<optimized out>) at Modules/lang.cxx:212
#18 0x000000000047827a in Language::includeDirective (this=<optimized
out>, n=<optimized out>) at Modules/lang.cxx:619
#19 0x000000000047bd75 in Dispatcher::emit_one
(this=this@entry=0x764b60, n=n@entry=0x7ffff7ed3870) at
Modules/lang.cxx:165
#20 0x000000000047c87e in emit_one (n=0x7ffff7ed3870, this=0x764b60)
at Modules/lang.cxx:377
#21 Language::emit_one (this=0x764b60, n=0x7ffff7ed3870) at Modules/lang.cxx:354
#22 0x000000000047b7ad in Dispatcher::emit_children (this=0x764b60,
n=<optimized out>) at Modules/lang.cxx:212
#23 0x000000000047827a in Language::includeDirective (this=<optimized
out>, n=<optimized out>) at Modules/lang.cxx:619
#24 0x000000000047bd75 in Dispatcher::emit_one
(this=this@entry=0x764b60, n=n@entry=0x7ffff7fcb770) at
Modules/lang.cxx:165
#25 0x000000000047c87e in emit_one (n=0x7ffff7fcb770, this=0x764b60)
at Modules/lang.cxx:377
#26 Language::emit_one (this=0x764b60, n=0x7ffff7fcb770) at Modules/lang.cxx:354
#27 0x000000000047b7ad in Dispatcher::emit_children (this=0x764b60,
n=<optimized out>) at Modules/lang.cxx:212
#28 0x00000000004ab2c3 in PHP::top (this=0x764b60, n=0x7ffff7f53050)
at Modules/php.cxx:566
#29 0x00000000004853a6 in SWIG_main (argc=25, argv=<optimized out>,
l=<optimized out>) at Modules/main.cxx:1247
#30 0x00000000004066b3 in main (margc=<optimized out>,
margv=<optimized out>) at Modules/swigmain.cxx:208
(gdb) list
174     in ../sysdeps/x86_64/multiarch/strstr.c
(gdb) up
#1  0x00000000004f863e in Swig_scopename_last (s=0x0) at Swig/misc.c:872
872       if (!strstr(c, "::"))
(gdb) p c
$1 = 0x0



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to