** Changed in: ayatana-scrollbar
Status: In Progress => Fix Released
** Changed in: overlay-scrollbar (Ubuntu Oneiric)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.la
** Also affects: ayatana-scrollbar
Importance: Undecided
Status: New
** Changed in: ayatana-scrollbar
Status: New => In Progress
** Changed in: ayatana-scrollbar
Assignee: (unassigned) => Andrea Cimitan (cimi)
** Changed in: ayatana-scrollbar
Importance: Undecided => Med
No, the scrollbars don't work for me. But I never use scrollbars in
emacs, so I'm happy if emacs doesn't crash on normal use.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/800387
Title:
emacs23-x c
are you able to scroll with them? I'm not!
** Changed in: overlay-scrollbar (Ubuntu Oneiric)
Status: Confirmed => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/800387
Title:
em
** Tags added: patch
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/800387
Title:
emacs23-x crashing in liboverlay-scrollbar-0.2.so.0
To manage notifications about this bug go to:
https://bugs.launc
Thanks roland ;)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/800387
Title:
emacs23-x crashing in liboverlay-scrollbar-0.2.so.0
To manage notifications about this bug go to:
https://bugs.launchpad
On my system, the patch here seems to be both necessary and sufficient
for emacs23 to work with overlay-scrollbar.
** Patch added: "check if pager is null in os_pager_set_parent() too"
https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/800387/+attachment/2186784/+files/os-unreali
With a build of 0.2.3 with debugging enabled, I see pretty much the same
crash, just in os_pager_set_parent instead of os_pager_hide:
Starting program: /usr/bin/emacs23
[12/241]
[Thread debugging using libthread_db enabled]
[New Thread
Really? I still see emacs23 crashing if I do 'C-x 2' then 'C-x 1' (with
0.2.3-0ubuntu1 installed). I'll build a debug version of liboverlay-
scrollbar tomorrow and see what's up.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https:
I can confirm with overlay-scrollbar - 0.2.3-0ubuntu1 fix the problem,
thank
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/800387
Title:
emacs23-x crashing in liboverlay-scrollbar-0.2.so.0
To manag
This bug was fixed in the package overlay-scrollbar - 0.2.3-0ubuntu1
---
overlay-scrollbar (0.2.3-0ubuntu1) oneiric; urgency=low
* New upstream release.
- New thumb design.
- Scrollbars now use Gtk+ colors.
- Scrollbars are now less rounded.
- Support RTL locales and
** Changed in: overlay-scrollbar (Ubuntu Oneiric)
Status: Triaged => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/800387
Title:
emacs23-x crashing in liboverlay-scrollbar-0.2.s
** Branch linked: lp:~cimi/ayatana-scrollbar/fix-emacs-unrealize-after-
dispose
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/800387
Title:
emacs23-x crashing in liboverlay-scrollbar-0.2.so.0
To ma
many many thanks, precious work. I'll dive into it tomorrow or next week
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/800387
Title:
emacs23-x crashing in liboverlay-scrollbar-0.2.so.0
To manage no
Issue seems to be that for whatever reason, emacs does
os_scrollbar_dispose() first and then ends up in the crash trace above.
Unfortunately this seems to be coming through emacs lisp, so I just get
a call trace like
#0 os_scrollbar_dispose (object=0x12084e0) at
/home/roland/X/ubuntu/./os/os-scr
Actually just came up with a quick way to reproduce this too. It seems
to happen when emacs deletes a subwindow. So an easy way to provoke it
is to start emacs, type "C-x 2" (control-X then "2") to split the window
into two buffers, and then "C-x 1".
--
You received this bug notification becaus
OK, rebuilt with debugging, and it took only a few seconds to crash
emacs23... here's what gdb shows me:
Program received signal SIGSEGV, Segmentation fault.
os_pager_hide (pager=0x0) at /home/roland/X/ubuntu/./os/os-pager.c:378
378 priv = pager->priv;
(gdb) bt
#0 os_pager_hide (pager=0x0)
I'm happy to provide more information, or the crash was pretty quick to
happen for me just using emacs as normal (loading files, editing, etc).
Maybe I'll build a overlay-scrollbar package with debugging info and try
to get a better traceback.
--
You received this bug notification because you are
I'm more interested in seeing what chould be the issue, the code should
now be safe and stable enough, but I know that emacs does really weird
things with gtk+.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net
Indeed. And the problem seems to be that I created a unity launcher by
searching for emacs and dragging "GNU Emacs 23" launcher. And that uses
the emacs23.desktop file, which does indeed launch emacs23 instead of
emacs. So blacklisting "emacs23" does seem like the correct fix.
--
You received
Thanks for your report.
I can't reproduce the crash but if emacs is started as 'emacs23' instead of
emacs then the overlay scrollbars are enabled and doesn't work. So emacs23 and
emacs23-x should be blacklisted as well.
** Changed in: overlay-scrollbar (Ubuntu)
Importance: Undecided => High
The really odd thing is that as far as I can tell, the code in
os_utils_is_blacklisted() in overlay-scrollbar is properly deciding that
"emacs" is blacklisted.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/
** Attachment added: "gdb backtrace of crash"
https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/800387/+attachment/2177395/+files/emacs-backtrace.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launc
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/800387
Title:
emacs23-x crashing in liboverlay-scrollbar-0.2.so.0
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+sourc
24 matches
Mail list logo