Displaying 3 results from an estimated 3 matches for "debug_context".
2018 Nov 11
3
A stage2 build causes changes to libllvm impacting program using it (exemple: rustc)
...r=0x5555555d4180, Filename=0x7ffffffeedd8 "src/main.rs", Directory=0x555555b3dd10 "$HOME/hello_world")
at /usr/lib/llvm-7/include/llvm/ADT/StringRef.h:85
#6 0x00007ffff501d39e in rustc_codegen_llvm::debuginfo::metadata::compile_unit_metadata (tcx=..., codegen_unit_name=..., debug_context=0x7ffffffeeeb0) at librustc_codegen_llvm/debuginfo/metadata.rs:859
Disabling the debug generation for rustc fixes the issue (thanks to Ximin Luo for the investigation).
Why idea how to workaround this issue ?
Unfortunately, because rustc needs rustc to build itself, I cannot check if a simple re...
2004 Apr 19
5
OCFS Hang
Greetings,
Having read about the previous OSFS hangs, I think this one
that we are seeing is different, but I'm not sure if this is caused by
OCFS or the Linux OS.
We are running OCFS Version 1.09 with Linux AS 3.0/9i RAC.
We have a 2 node Intel Cluster (Node 1 and Node 2). This morning the DBA
tried to do an "ls" command on /u06/oradata/database
2004 Apr 21
1
Fwd: RE: OCFS Hang
...another node, or that you
have
some process actively spinning in the ocfs code. If it turns
out to be
the latter, you would also want to get the output of
/var/log/messages
after running this:
"echo -1 > /proc/sys/kernel/ocfs/debug_level"
"echo -1 > /proc/sys/kernel/ocfs/debug_context"
making sure to set both of these values back to 0 after a
couple
minutes. Also, make sure to get a "ps -ef" or "ps awux" output
too,
in order to match up the process ids.
The solution to any of the bugs I have mentioned will likely
involve
taking down one node, dep...