Details
-
Type:
Bug
-
Status: Unscreened (View Workflow)
-
Priority:
Low
-
Resolution: Unresolved
-
Affects Version/s: 12.0-RELEASE, 12.0-U1.1
-
Fix Version/s: SCALE-21.MM (Angelfish)
-
Component/s: Middleware
-
Labels:
-
Impact:High
Description
I upgraded to 12.0-RELEASE and am having several major issues. In the process trying to report them I have also found that I cannot generate a debug file. I believe it breaks at 72%. The initial error is ```Error: [object Object]```
Followed a minute or so later by ```Error: Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 361, in run
await self.future
File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 399, in __run_body
rv = await self.middleware.run_in_thread(self.method, *([self] + args))
File "/usr/local/lib/python3.8/site-packages/middlewared/utils/run_in_thread.py", line 10, in run_in_thread
return await self.loop.run_in_executor(self.run_in_thread_executor, functools.partial(method, *args, **kwargs))
File "/usr/local/lib/python3.8/site-packages/middlewared/utils/io_thread_pool_executor.py", line 25, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.8/site-packages/middlewared/schema.py", line 977, in nf
return f(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/middlewared/plugins/system.py", line 787, in debug
shutil.copyfileobj(f, job.pipes.output.w)
File "/usr/local/lib/python3.8/shutil.py", line 205, in copyfileobj
fdst_write(buf)
BrokenPipeError: [Errno 32] Broken pipe```
Attachments
Attachments
JEditor
Issue Links
- duplicates
-
NAS-108050 SNMP consuming 100% CPU and becomes unavailable
-
- Done
-