Kilian Cavalotti

Results 44 issues of Kilian Cavalotti

Hi! We have a number of users periodically reporting HTTP 400 errors when accessing the On Demand dashboard: ``` Bad Request Your browser sent a request that this server could...

bug
needs investigation

**Describe the bug** GEOSX fails to compile with CUDA 11.5 **To Reproduce** Steps to reproduce the behavior: 1. Compile TPLs with CUDA 11.5 2. Compile GEOSX with CUDA 11.5 3....

Hi, I'm getting a segmentation fault in `drvgettable()` at [`sqlite3odbc.c:1642`](https://github.com/softace/sqliteodbc/blob/9049782382ae15f753e8321de34c1568eafadbf7/sqlite3odbc.c#L1642) when running large SQL queries: https://github.com/softace/sqliteodbc/blob/9049782382ae15f753e8321de34c1568eafadbf7/sqlite3odbc.c#L1642 The setup is Stata 17 -> unixODBC 2.3.9 -> sqliteodbc 0.9998 -> SQLite 3.18.0...

## Summary It looks like the seccomp auto-detection system doesn't work anymore in 5.3.1 Running `proot ...` generates a segfault, while `PROOT_NO_SECCOMP=1 proot ...` works. ## Expected Behavior Working proot....

kind/regression
status/needs-review
area/seccomp

Fix an issue building the config paths list when `CLUSTERSHELL_CFGDIR` is not defined (extra `%s` in path).

Hi! It looks like the "Job Composer" (`myjobs`) app is missing the same HTML footer that could be found on the main dashboard page, the "File Manager" page or the...

Hi! The [documentation](https://osc.github.io/ood-documentation/latest/customization.html#add-shortcuts-to-files-menu) and all the examples I found online to add additional shortcuts to the dashboard's Files menu are constructing file paths explicitly. Like ``` FavoritePath.new("/fs/project/#{p}") ``` We have...

In the Lua SPANK plugin, if no Lua script exist in the script list, the plugin will generate a segfault when trying to create the spank table: ``` (gdb) bt...

Hi, I'd like to have a redundant setup where multiple `conmand` daemons running on different machines would log the same consoles. Say, `server1` monitors consoles `a` and `b`, `server2` monitors...

feature

Add `check_hw_numa` to verify NUMA configuration on the system, _ie_ the number of NUMA nodes, and number of NUMA-nodes-per-socket (NPS)

enhancement