We have another create index running for 55 mins on a table of 1181 rows.
syslogs grew to 4Gb
syslogs 0 3995408 KB 3995408 KB 0 KB 0 KB
so we ran select lct_admin('abort', 1947)
and got
"Cannot abort process 1947, as it is not sleeping on log-suspend state in database 'tempdb4'."
trying to insert more data into the tempdb shows
Can't allocate space for object 'syslogs' in database 'tempdb4' because 'logsegment' segment is full/has no free extents. If you ran out of space in syslogs, dump the transaction log. Otherwise, use ALTER DATABASE to increase the size of the segment.
and kill does nothing