Skip Menu |

This queue is for tickets about the Wx-Scintilla CPAN distribution.

Report information
The Basics
Id: 130947
Status: new
Priority: 0/
Queue: Wx-Scintilla

People
Owner: Nobody in particular
Requestors: dcristini [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Wx::Scitilla fails test with Segmentation Fault
Date: Sat, 9 Nov 2019 09:12:34 -0400
To: bug-Wx-Scintilla [...] rt.cpan.org
From: Daniel Cristini <dcristini [...] gmail.com>
Havent found anything anywhere on why this happens. Trying to build Padre Distribution: Wx-Scintilla-0.39 Perl version: 5.16.3 OS Version: RHEL 7 Workstation (3.10.0-1062.4.1.el7.x86_64 #1 SMP Wed Sep 25 09:42:57 EDT 2019 x86_64 x86_64 x86_64 GNU/Linux) Perl Wx version: Wx-0.9932 wxWidgets version: 3.1 Builds correctly with several warnings such as this: wx-scintilla/src/scintilla/src/LexSQL.cxx: In member function ‘virtual void LexerSQL::Release()’: wx-scintilla/src/scintilla/src/LexSQL.cxx:237:10: warning: deleting object of polymorphic class type ‘LexerSQL’ which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor] delete this; ^ ./Build test fails like this Building Wx-Scintilla t/01_load.t .......... ok t/02_inheritance.t ... skipped: (no reason given) t/03_editor.t ........ Failed 3/3 subtests t/03_editor_child.t .. Failed 3/3 subtests Test Summary Report ------------------- t/02_inheritance.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 t/03_editor.t (Wstat: 11 Tests: 0 Failed: 0) Non-zero wait status: 11 Parse errors: Bad plan. You planned 3 tests but ran 0. t/03_editor_child.t (Wstat: 11 Tests: 0 Failed: 0) Non-zero wait status: 11 Parse errors: Bad plan. You planned 3 tests but ran 0. Files=4, Tests=1, 1 wallclock secs ( 0.01 usr 0.01 sys + 0.48 cusr 0.12 csys = 0.62 CPU) Result: FAIL Failed 3/4 test programs. 0/1 subtests failed. Testing one of the modules directly: perl -I ../blib/lib -I ./lib 03_editor.t 1..3 Segmentation fault