simple
simple
加载so就异常,毫无头绪😂 [kiwi.zip](https://github.com/zhkl0228/unidbg/files/8974860/kiwi.zip) ``` [15:48:40 124] WARN [com.github.unidbg.linux.ARM32SyscallHandler] (ARM32SyscallHandler:533) - handleInterrupt intno=2, NR=192, svcNumber=0x0, PC=RX@0x403bebf8[libc.so]0x40bf8, LR=RX@0x4039c7a3[libc.so]0x1e7a3, syscall=null com.github.unidbg.arm.backend.BackendException: mem_map address=0x40000000, size=1216512, perms=0x7 at com.github.unidbg.arm.backend.UnicornBackend.mem_map(UnicornBackend.java:136) at com.github.unidbg.file.AbstractFileIO.mmap2(AbstractFileIO.java:124) at com.github.unidbg.linux.AndroidElfLoader.mmap2(AndroidElfLoader.java:786) at com.github.unidbg.linux.ARM32SyscallHandler.mmap2(ARM32SyscallHandler.java:1840) at...
**Describe the bug** Hi, I try use graphscope.nx.builtin.closeness_centrality exception happend **To Reproduce** ```Python import graphscope import graphscope.nx as nx graphscope.set_option(show_log=True,cluster_type='k8s') sess = graphscope.session() sess.as_default() cc=nx.builtin.closeness_centrality(nx.complete_graph(5)) ``` **Expected behavior** Jupyter: ```...
**Describe the bug** can't drop edge if accidentally drop edge's vertex first on GraphScope Store **To Reproduce** 1.create vertexA 2.create edgeB relation vertexA 3.update 4.drop vertexA 5.update 6.drop edgeB (fail)...
# Summary In httpcore/_backends/sync.py, when not set timeout. It will override original sock timeout setting,this patch fixed it. # Checklist - [x] I understand that this PR may be closed...
First.Thanks for your work. This is a test demo: ``` package main import ( "github.com/diamondburned/gotk4/pkg/gdk/v4" "github.com/diamondburned/gotk4/pkg/gio/v2" "github.com/diamondburned/gotk4/pkg/glib/v2" "github.com/diamondburned/gotk4/pkg/gtk/v4" "github.com/disintegration/imaging" "log" "os" "runtime" "time" ) func main() { application := gtk.NewApplication("com.demo",...