yuki-kimoto / SPVM-Sys

SPVM::Sys
https://metacpan.org/pod/SPVM::Sys
MIT License
2 stars 1 forks source link

Bug Sys::Socket::Sockaddr#new method. This need an protocol family. #65

Closed yuki-kimoto closed 5 months ago

yuki-kimoto commented 5 months ago

Bug Sys::Socket::Sockaddr#new method. This need an protocol family.

free(): invalid next size (fast)
Aborted (core dumped)
#0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
#1  0x00007f4a1178f921 in __GI_abort () at abort.c:79
#2  0x00007f4a117d8967 in __libc_message (action=action@entry=do_abort, fmt=fmt@entry=0x7f4a11905b0d "%s\n") at ../sysdeps/posix/libc_fatal.c:181
#3  0x00007f4a117df9da in malloc_printerr (str=str@entry=0x7f4a119077a8 "free(): invalid next size (fast)") at malloc.c:5342
#4  0x00007f4a117e7050 in _int_free (have_lock=0, p=0x55a85bcfd150, av=0x7f4a11b3ac40 <main_arena>) at malloc.c:4243
#5  __GI___libc_free (mem=0x55a85bcfd160) at malloc.c:3134
#6  0x00007f4a0f96b5c6 in SPVM_API_free_memory_block ()
   from /home/kimoto/perl5/perlbrew/perls/perl-5.36.0/lib/site_perl/5.36.0/x86_64-linux/auto/SPVM/SPVM.so
#7  0x00007f4a0eb0da1a in SPVM__Sys__Socket__Sockaddr__DESTROY ()
   from /home/kimoto/perl5/perlbrew/perls/perl-5.36.0/lib/site_perl/5.36.0/SPVM/Sys/Socket/Sockaddr.so
yuki-kimoto commented 5 months ago

May fixed.