NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Some bug in libc/gen/fstab.c



On Fri 15 Oct 2021 at 21:39:43 +0000, RVP wrote:
> On Fri, 15 Oct 2021, Rhialto wrote:
> 
> > Searching in some plausible packages, I find
> > glib-2.68.4/gio/gunixmounts.c which used getfsent() but is a maze of
> > #ifdefs. But at first sight I see nothing obviously wrong with it.
> > It uses setfsent(), a loop on getfsent() and then endfsent().
> > 
> > I'll have to see if I can catch it in the act again...
> > 
> 
> Not able to reproduce this on 9.99.91 + firefox-91.0.2nb3.

Not so surprising... it seems to be not so repeatable for me either, the
last days.  There must be some other circumstance, or even random memory
corruption, that is needed to trigger it.

> I usually have:
> 
> [Settings]
> gtk-recent-files-max-age=0
> gtk-recent-files-limit=0
> 
> in my ~/.config/gtk-3.0/settings.ini as I don't really care about
> recently-opened files. But, I commented out those lines, restarted
> X and Firefox showed me the correct files when I clicked on Recent.

I do have such a file but it just contains

[Settings]
# ???

and I don't remember putting that in myself :)

> 1. Do you have dbus running?

Seemingly so:

 4989 ?       Is     0:00.16 /usr/pkg/bin/dbus-daemon --syslog-only --fork --print-pid 5 --print-address 7 --session 
 7120 ?       S      0:00.87 /usr/pkg/bin/dbus-daemon --config-file=/usr/pkg/etc/at-spi2/accessibility.conf --nofork --print-address 3 
 3612 pts/9   I      0:00.09 dbus-launch --autolaunch=7e9b15d7d3834b639fabeb0045e06840 --binary-syntax --close-stderr 

even though I have dbus=NO in /etc/rc.conf. I don't know what I should run dbus for; it doesn't even have a manual page to tell me.

> In addition to `dbus=YES' in /etc/rc.conf, I have in my .xinitrc:
> 
> if [ -x /usr/pkg/bin/dbus-launch -a -z "$DBUS_SESSION_BUS_ADDRESS" ]
> then    eval "$(/usr/pkg/bin/dbus-launch --sh-syntax --exit-with-session)"
> fi
> 
> and, in my ~/.bashrc:
> 
> export XDG_CONFIG_HOME=$HOME/.config
> export XDG_RUNTIME_DIR=$HOME/.local
> test -d $XDG_RUNTIME_DIR || mkdir $XDG_RUNTIME_DIR
> 
> 2. Does ~/.local/share/recently-used.xbel look OK?

It looks like ok XML to me with a list if <bookmark> elements.

> -RVP
-Olaf.
-- 
___ "Buying carbon credits is a bit like a serial killer paying someone else to
\X/  have kids to make his activity cost neutral." -The BOFH    falu.nl@rhialto

Attachment: signature.asc
Description: PGP signature



Home | Main Index | Thread Index | Old Index