#170 closed defect (invalid)
vim crashes (unreproducable) after some minutes
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | 3.0-pre4 |
Severity: | major | Keywords: | |
Cc: |
Description
System: AMD Athlon 1200 Kernel: 2.4.5 and 2.4.9 with reiserfs patches I have stripped all debug symbols and later rebuild vim with debug symbols, but that didn't help.
Error: Suddenly vim stops, doesn't react to anything anymore. Only kill -9 helps. It may be subjectiv thinking, but I think the probability of crashing increases if you often change terminals.
Change History (3)
comment:1 by , 23 years ago
comment:3 by , 23 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Haven't received futher comments, can't verify it, so have to invalidate it
Note:
See TracTickets
for help on using tickets.
Have you compiled any packages with extra optimizations? Especially Binutils, GCC and Glibc should not be optimized (not even using -march or -mcpu options). If so, you can experience all kinds of problems. From down right compile time problems, to vague run time problems like segmentation faulting on you left and right.
So if you have compiled any of binutils, gcc and glibc with optimizations other than the ones that it comes with by default, then reinstall those packages.