Kubilay Kocak

Results 101 comments of Kubilay Kocak
trafficstars

@rui314 I'll do what I can this end. It may be worth you testing a branch with thirdparty updating mimalloc to 2.0.6 to see if anything interesting comes up in...

> The 'Mapsize overflow' error comes from the image activator. Basically, for some binary, the total size of the segments to mmap is too large. > > Find the binary...

> I need a binary that causes the problem. It happens during execve(2) of the binary, due to some peculiarity in the binary format, which is rejected by the in-kernel...

@rui I'll test both cases (linked with mold, without the issue) and with base lld, and upload binaries here

mold 1.2 linked with mimalloc 2.0.6 linked with mold 1.2 linked with mold 1.2 ``` readelf -p .comment /usr/local/bin/mold String dump of section '.comment': [ 1] FreeBSD clang version 13.0.0...

I can't reproduce with mold 1.2 linked with mimalloc 2.0.6 linked with lld File: [mold-lld.zip](https://github.com/rui314/mold/files/8544383/mold-lld.zip)

@rui314 I'm seeing a crash in the test created for this bug `test/elf/bug178.sh` on FreeBSD ``` ./elf/bug178.sh: line 29: 57452 Segmentation fault "$mold" -o $t/exe $t/a.a gmake[2]: *** [Makefile.linux:6: elf/bug178.sh]...

``` Testing bug178 ... GNU gdb (GDB) 11.2 [GDB v11.2 for FreeBSD] ... ... Reading symbols from /var/tmp/tmpfs0/usr/home/koobs/repos/freebsd/ports/devel/mold/work/mold-1.2/mold... (gdb) run Starting program: /var/tmp/tmpfs0/usr/home/koobs/repos/freebsd/ports/devel/mold/work/mold-1.2/mold --no-fork -o out/test/elf/bug178/exe out/test/elf/bug178/a.a warning: Could not...

@wwuck What are your thoughts on shipping this as its own PyPI package, to: a) make it easily available accessible b) provide a stable home until such time as an...

Manual pages and Handbook entries will come when it hits base. Until then any additional info related to playing with or using this module could be put in the FreeBSD...