Re: [dev] ST issue and fix

2012-03-06 Thread Ryan Mullen
Hello Luis, On Tue, Mar 6, 2012 at 12:33 AM, Luis Anaya wrote: > On stack trace I discovered that it was failing on XCreateIC, it as because > the previous call, XOpenIM was returning null back. To make a long story > short, it seems to be an issue with the setlocale call. The following fix > (at

[dev] ST issue and fix

2012-03-05 Thread Luis Anaya
Hello List: I have been compiling some of the suckless utilities in a PogoPlug device. It runs Linux and there is a tool chain available for download, including the development libraries for X. However, I noticed that st dumps core upon start, hence I decided to investigate. (On an unrelated