Ticket #393 (closed defect: fixed)
Opened 5 years ago
Last modified 4 years ago
vim crashes when using the taglist plugin
| Reported by: | pulkomandy | Owned by: | siarzhuk |
|---|---|---|---|
| Priority: | normal | Milestone: | Haiku Optional Packages |
| Component: | app-editors/vim | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
- Download and install the taglist plugin
- Depending on the option you set, this plugin makes vim crash with a SIGBUS. As vim catches the signal it is not possible to go into gdb and deug further.
The crash happens when loading a new file (:e or :tabed or similar). It seems to be related to the plugin running ctags on the newly loaded file at this time, as disabling taglist auto-update feature seems to work.
It happens both in 7.2 and 7.3 versions.
Change History
comment:1 Changed 5 years ago by scottmc
- Milestone set to Haiku Optional Packages
comment:2 Changed 4 years ago by siarzhuk
comment:3 Changed 4 years ago by siarzhuk
Changes in r1617 may affect on this behaviour.
comment:4 Changed 4 years ago by siarzhuk
- Resolution set to fixed
- Status changed from new to closed
No complains for 7 month after possible fix - assume fixed.
Note: See
TracTickets for help on using
tickets.

Hi, Adrien!
Are you using console vim or gvim version to reproduce this problem? In the last case - have you GUI dialogs activated? I have just fixed a problem with double deleting graphics resources that provokes some crashes. I have installed taglist plugin too, but observe no described problem. Can you share your problematic configuration options?
Thank you!