>>>>> On Tue, 11 Jul 2006 10:48:07 +1000, raf said: > > Danny Backx wrote: > > > I just downloaded vim 7.0 and compiled it against my LessTif sources. > > > > I don't see a problem when running e.g. > > vim -g /etc/passwd > > In which way does it crash for you, do you have a backtrace from a > > debugger ? > > > > Danny > > it crashes before the window appears. > > i have two backtraces: one from vim's test16 and one from > just starting vim in gui mode with no file. here they are.
The backtraces are too minimal to be useful. I think you'll need to: 1. Build a version of libXm with debugging mode (configure --enable-debug). That should make gdb show function arguments. 2. Run the crashing vim under gdb directly, rather than letting it dump core. The problem is that vim's signal handler is obscuring the real location of the crash. __Martin ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Lesstif-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lesstif-discuss

