Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rolling heap doesn't deal with multipage allocations #47

Closed
convolvatron opened this issue Aug 24, 2018 · 2 comments
Closed

rolling heap doesn't deal with multipage allocations #47

convolvatron opened this issue Aug 24, 2018 · 2 comments
Assignees

Comments

@convolvatron
Copy link
Contributor

trying to register 256 file descriptors with epoll:

zero (length=4096, x=0x1001a0000) at ../runtime/runtime.h:61
61 ((u8 *)x)[i] = 0;
(gdb) bt
#0 zero (length=4096, x=0x1001a0000) at ../runtime/runtime.h:61
#1 resize_table (buckets=512, z=0x1000580e3) at ../runtime/table.c:66
#2 table_set (z=0x1000580e3, c=c@entry=0x105, v=0x10019cc90) at ../runtime/table.c:120
#3 0x000000000f01b9cb in epoll_ctl (epfd=, op=, fd=261, event=0x500159c40) at ../unix/poll.c:122
#4 0x000000000f01906a in syscall_debug () at ../unix/unix.c:120
#5 0x000000000f013f34 in syscall_enter ()

@wjhun wjhun self-assigned this Sep 5, 2018
@convolvatron
Copy link
Contributor Author

rolling is dead? we can probably let this one die?

@wjhun
Copy link
Contributor

wjhun commented Sep 22, 2018

Ok, I'll remove it in my active PR. We can always dig it up should we need something like it in the future but, yes, it's not being used at the moment.

@wjhun wjhun closed this as completed Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants