Bug#963548: Received signal 11 SEGV_MAPERR

2020-06-25 Thread David Booss


Don't confuse the two bugs, there was a recent crash using video on 
chromium 81 with ffmpeg 4.3, so downgrading to 81 is probably not a 
solution unless you downgrade ffmpeg and libav* packages to their 4.2.3 
versions: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963035


Version: 83.0.4103.116-1

Here's a backtrace attached that I captured today, this happened while I 
was away, so I'm not sure what caused it.674832:674862:0625/031754.463380:FATAL:ref_counted.cc(66)] Check failed: 
--ref_count_ != std::numeric_limits::max(). 
[Thread 0x7ffeb8e96700 (LWP 705938) exited]
--Type  for more, q to quit, c to continue without paging--

Thread 6 "Chrome_IOThread" received signal SIGABRT, Aborted.
[Switching to Thread 0x7fffdb7fe700 (LWP 674862)]
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
50  ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#1  0x72ef955b in __GI_abort () at abort.c:79
#2  0x5a806605 in  ()
#3  0x5a779800 in logging::LogMessage::~LogMessage() ()
#4  0x5a77b548 in base::subtle::RefCountedBase::ReleaseImpl() const ()
#5  0x58ec112a in 
content::ServiceWorkerObjectHost::~ServiceWorkerObjectHost() ()
#6  0x58ec117e in 
content::ServiceWorkerObjectHost::~ServiceWorkerObjectHost() ()
#7  0x58516387 in std::_Rb_tree > >, 
std::_Select1st > > >, std::less, 
std::allocator > > > 
>::_M_erase(std::_Rb_tree_node > > >*) ()
#8  0x58e7a3d9 in 
content::ServiceWorkerContainerHost::~ServiceWorkerContainerHost() ()
#9  0x58e7a61e in 
content::ServiceWorkerContainerHost::~ServiceWorkerContainerHost() ()
#10 0x58ec4967 in 
content::ServiceWorkerProviderHost::~ServiceWorkerProviderHost() ()
#11 0x58ef04c7 in 
content::ServiceWorkerVersion::~ServiceWorkerVersion() ()
#12 0x58ef077e in 
content::ServiceWorkerVersion::~ServiceWorkerVersion() ()
#13 0x58ec113f in 
content::ServiceWorkerObjectHost::~ServiceWorkerObjectHost() ()
#14 0x58ec117e in 
content::ServiceWorkerObjectHost::~ServiceWorkerObjectHost() ()
#15 0x58516387 in std::_Rb_tree > >, 
std::_Select1st > > >, std::less, 
std::allocator > > > 
>::_M_erase(std::_Rb_tree_node > > >*) ()
#16 0x587d97a3 in std::_Rb_tree > >, 
std::_Select1st > > >, std::less, std::allocator > > > 
>::_M_erase_aux(std::_Rb_tree_const_iterator > > >, 
std::_Rb_tree_const_iterator > > >) ()
#17 0x58b480bc in 
mojo::ReceiverSetBase >, 
void>::OnDisconnect(unsigned long, unsigned int, 
std::__cxx11::basic_string, std::allocator > 
const&) ()
#18 0x5a93945f in 
mojo::InterfaceEndpointClient::NotifyError(base::Optional
 const&) ()
#19 0x5a93fa24 in 
mojo::internal::MultiplexRouter::ProcessNotifyErrorTask(mojo::internal::MultiplexRouter::Task*,
 mojo::internal::MultiplexRouter::ClientCallBehavior, 
base::SequencedTaskRunner*) ()
#20 0x5a93db62 in 
mojo::internal::MultiplexRouter::ProcessTasks(mojo::internal::MultiplexRouter::ClientCallBehavior,
 base::SequencedTaskRunner*) ()
#21 0x5a93c82d in 
mojo::internal::MultiplexRouter::OnPipeConnectionError(bool) ()
#22 0x5a935213 in mojo::Connector::HandleError(bool, bool) ()
#23 0x5a9364b5 in mojo::Connector::ReadAllAvailableMessages() ()
#24 0x5a950abb in mojo::SimpleWatcher::OnHandleReady(int, unsigned int, 
mojo::HandleSignalsState const&) ()
#25 0x5a7b5212 in base::TaskAnnotator::RunTask(char const*, 
base::PendingTask*) ()
#26 0x5a7c5039 in 
base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::DoWorkImpl(base::sequence_manager::LazyNow*,
 bool*) ()
#27 0x5a7c4de4 in 
base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::DoWork() 
()
#28 0x5a825367 in 
base::MessagePumpLibevent::Run(base::MessagePump::Delegate*) ()
#29 0x5a7c55d5 in 
base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool,
 base::TimeDelta) ()
#30 0x5a79d670 in base::RunLoop::Run() ()
#31 0x58ae33b3 in 
content::BrowserProcessSubThread::IOThreadRun(base::RunLoop*) ()
#32 0x5a7db2a9 in base::Thread::ThreadMain() ()
#33 0x5a817c9e in base::(anonymous namespace)::ThreadFunc(void*) ()


Bug#930543: chromium-driver: Will not start browser if a newer chrome is installed

2020-06-08 Thread David Booss



I have this problem on my workstation as well. Here's the error message 
this time around:


selenium.common.exceptions.SessionNotCreatedException: Message: session 
not created: This version of ChromeDriver only supports Chrome version 
81


I fixed it by adding an alternative with a higher priority for chromium:

# update-alternatives --install /etc/alternatives/google-chrome 
google-chrome /usr/bin/chromium 500




Bug#932593:

2020-05-06 Thread David Booss


The new location of the PID file needs to be added in the bundled 
apparmor profile. Without it starting the service will fail with 
something like this:


--

AVC apparmor="DENIED" operation="mknod" profile="/usr/sbin/squid" 
name="/run/squid/squid.pid" pid=64342 comm="squid" requested_mask="c" 
denied_mask="c" fsuid=0 ouid=0

...
FATAL: failed to open /run/squid/squid.pid: (13) Permission denied

--

Trivial patch attached.--- /etc/apparmor.d/usr.sbin.squid.old 2020-05-04 09:57:54.0 -0700
+++ /etc/apparmor.d/usr.sbin.squid  2020-05-05 23:44:22.227744533 -0700
@@ -37,7 +37,7 @@
 
   # squid configuration
   /etc/squid/** r,
-  /{,var/}run/squid.pid rwk,
+  /{,var/}run/{,squid/}squid.pid rwk,
   /var/spool/squid{,3}/ r,
   /var/spool/squid{,3}/** rwk,
   /usr/lib/squid{,3}/* rmix,


Bug#945920: Random Chromium crashes

2020-01-03 Thread David Booss



I'm not at all sure if this is the right way to do it, but I was able to 
build using the enable-tracing.patch from Eloston by commenting out the 
public_configs lines containing zlib_config in 
third_party/perfetto/gn/BUILD.gn


Right now I am typing into my webmail client using Chromium from that 
build. I had to install libevent-2.1-6 before installing the Chromium 
packages. I installed the debug symbols and am running it under gdb so 
if it crashes I will report back with some output.




Bug#914846: mongodb-server-core: libyaml-cpp0.5v5:amd64 0.5.3-0.1 upgrade breaks mongod

2018-11-27 Thread David Booss
Package: mongodb-server-core
Version: 1:3.4.15-1
Severity: grave
Justification: renders package unusable

mongod fails to start with the following error after upgrading libyaml-cpp0.5v5 
to the latest version 0.5.3-0.1:
No map found at top level of YAML config

Downgrading libyaml-cpp0.5v5 to 0.5.2-4 resolves the issue.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (400, 'experimental'), (300, 'buildd-unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.18.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), 
LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mongodb-server-core depends on:
ii  libboost-chrono1.62.0   1.62.0+dfsg-10
ii  libboost-filesystem1.62.0   1.62.0+dfsg-10
ii  libboost-iostreams1.62.01.62.0+dfsg-10
ii  libboost-program-options1.62.0  1.62.0+dfsg-10
ii  libboost-regex1.62.01.62.0+dfsg-10
ii  libboost-system1.62.0   1.62.0+dfsg-10
ii  libboost-thread1.62.0   1.62.0+dfsg-10
ii  libc6   2.27-8
ii  libgcc1 1:8.2.0-10
ii  libgoogle-perftools42.7-1
ii  libpcre32:8.39-11
ii  libpcrecpp0v5   2:8.39-11
ii  libsnappy1v51.1.7-1
ii  libssl1.1   1.1.1a-1
ii  libstdc++6  8.2.0-10
ii  libstemmer0d0+svn585-1+b2
ii  libyaml-cpp0.5v50.5.2-4
ii  zlib1g  1:1.2.11.dfsg-1

mongodb-server-core recommends no packages.

mongodb-server-core suggests no packages.

-- no debconf information



Bug#913811: iptables fails to upgrade from 1.8.1-2 to 1.8.2-1

2018-11-15 Thread David Booss




It looks like the postinst script is failing because the test -e on line 
15 looks to a broken symlink at /sbin/iptables (at least on my system).  
Changing the -e to -L to test for a symbolic link could work.


Changing the /var/lib/dpkg/info/iptables.postinst file on line 16 to add 
the -f option to ln (to force overwriting) also could work:

ln -sf /usr$i $i

After running dpkg --configure -a it said:
Setting up iptables (1.8.2-1) ...
update-alternatives: warning: forcing reinstallation of alternative 
/usr/sbin/iptables-nft because link group iptables is broken
update-alternatives: warning: forcing reinstallation of alternative 
/usr/sbin/ip6tables-nft because link group ip6tables is broken
update-alternatives: warning: forcing reinstallation of alternative 
/usr/sbin/arptables-nft because link group arptables is broken
update-alternatives: warning: forcing reinstallation of alternative 
/usr/sbin/ebtables-nft because link group ebtables is broken




Bug#712104:

2014-05-11 Thread David Booss


Seems to be introduced by this patch entitled "[gnome-terminal] server:
Don't allow running the server as non-user":
https://mail.gnome.org/archives/commits-list/2013-September/msg05582.html


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org