Seshu Yamajala

Results 6 issues of Seshu Yamajala

Is it possible to get an application level stack trace on oomkill? Are there any examples of how I might write a script to do something like that?

enhancement
new option
good first issue

lsp-mode should test if emacs was built with json support and throw an error if it wasn't. My most recent install of emacs was not built with json support and...

I don't seem to be able to read a stacktrace file written by one process using another process. Here is a simple example: write.cc: ``` #include int nested_func(int c) {...

I have an example with pyzmq that is leaking around ~60mb/sec of memory. When I run pyzmq with the standard asyncio event loop everything seems to work fine, but using...

bug
upstream

I would like to dynamically add and removes PVs at runtime after a server has already started. Is this possible? Are there any examples of how to do this?

I added support to expose `gpufit_constrained_cuda_interface()` in the python bindings so you can use Gpufit with cupy. This will ideally allow you to keep your entire computation on the gpu...