Ticket #1047 (closed defect: fixed)
Outline becomes empty after fast file switching
| Reported by: | abraxxa | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Outline | Version: | 0.74 |
| Keywords: | outline | Cc: |
Description
The OS is Ubuntu 10.10 x64.
I installed perl 5.12.2 with perlbrew and the option to enable threading (see above).
When switching quickly (<1sec) between files, the outline becomes empty and only restarting Padre helps.
Closing and reopening the outline doesn't help either.
The tickets #538 and #541 look suspicious related to this.
perl -V:
Summary of my perl5 (revision 5 version 12 subversion 2) configuration:
Platform:
osname=linux, osvers=2.6.35-22-generic, archname=x86_64-linux-thread-multi
uname='linux ahartmai-nb 2.6.35-22-generic #34-ubuntu smp sun oct 10 09:26:05 utc 2010 x86_64 gnulinux '
config_args='-de -Dprefix=/home/ahartmai/perl5/perlbrew/perls/perl-5.12.2 -Dusethreads'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion=, gccversion='4.4.5', gccosandvers=
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /lib64 /usr/lib64
libs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=/lib/libc-2.12.1.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.12.1'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_64_BIT_ALL
USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API
Built under linux
Compiled at Oct 17 2010 13:54:30
%ENV:
PERL5LIB="/home/ahartmai/perl5/perlbrew/perls/current/lib/5.12.2/:/home/ahartmai/perl5/perlbrew/perls/current/lib/site_perl/5.12.2/"
@INC:
/home/ahartmai/perl5/perlbrew/perls/current/lib/5.12.2x86_64-linux-thread-multi
/home/ahartmai/perl5/perlbrew/perls/current/lib/5.12.2/
/home/ahartmai/perl5/perlbrew/perls/current/lib/site_perl/5.12.2x86_64-linux-thread-multi
/home/ahartmai/perl5/perlbrew/perls/current/lib/site_perl/5.12.2/
/home/ahartmai/perl5/perlbrew/perls/perl-5.12.2/lib/site_perl/5.12.2/x86_64-linux-thread-multi
/home/ahartmai/perl5/perlbrew/perls/perl-5.12.2/lib/site_perl/5.12.2
/home/ahartmai/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux-thread-multi
/home/ahartmai/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2
.
perl -MWx -e'printf(qq(Wx Version=($Wx::VERSION) %s unicode=(%s)\n), Wx::wxVERSION_STRING(), Wx::wxUNICODE())':
Wx Version=(0.98) wxWidgets 2.8.11 unicode=(1)

I have similar behavior with Ubuntu 10.04 (32 bit) and its standard Perl.