Looks like our filesystem does create /proc/self/fd, so it's not a simple matter of it not being defined. What specific libc calls are made?
On Thu, May 26, 2016 at 4:09 AM, Flix <[email protected]> wrote: > Hello. > > Some time ago I made some file system dialogs for the ImGui library. > > They work flawlessly when I compile them with g++, clang and I can run the > desktop version without problems. > > The only problem is that when I compile with em++, every time I browse to > /proc/self/fd the program crashes (tested on both Firefox and Chrome). > > Any hint ? > > P.S. you can test it yourself here (if you can spot the file system > dialogs in the middle of the other stuff): > > https://rawgit.com/Flix01/imgui/2015-10-Addons/examples/addons_examples/html/main.html > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
