Pretty sure I’ve had this on b12, but I’m currently trying b13. M1 Pro MacBook Pro. Log below (case 1413432). Unity is intermittently hard crashing (not hanging).
=================================================================
External Debugger Dump:
=================================================================
=================================================================
Basic Fault Address Reporting
=================================================================
Memory around native instruction pointer (0x1636218c0):0x1636218b0 68 02 40 f9 48 01 00 b4 68 02 40 f9 08 01 40 f9 h.@.H...h.@...@.
0x1636218c0 01 01 40 f9 e0 03 14 aa 75 2f fe 97 80 00 00 34 ..@.....u/.....4
0x1636218d0 68 02 40 f9 d5 01 00 b4 a8 02 00 f9 e0 03 15 aa h.@.............
0x1636218e0 fd 7b 42 a9 f4 4f 41 a9 f6 57 c3 a8 c0 03 5f d6 .{B..OA..W...._.
=================================================================
Managed Stacktrace:
=================================================================
at <unknown> <0xffffffff>
at System.Object:__icall_wrapper_mono_marshal_isinst_with_cache <0x00007>
at System.Object:__castclass_with_cache <0x0006f>
at Enumerator:MoveNext <0x00113>
at System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:Trim <0x001df>
at System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1:Gen2GcCallbackFunc <0x00043>
at System.Gen2GcCallback:Finalize <0x0007f>
at System.Object:runtime_invoke_virtual_void__this__ <0x00073>
=================================================================
Obtained 0 stack frames.
Launching bug reporter
Attribute Qt::AA_EnableHighDpiScaling must be set before QCoreApplication is created.
/Applications/Unity/Hub/Editor/2022.1.0b13/Unity.app/Contents/Resources/PackageManager/Server/server/app.js:8
`));q&&this.exceptions.handle(q),F&&this.rejections.handle(F)}isLevelEnabled(t){let r=CC(this.levels,t);if(r===null)return!1;let i=CC(this.levels,this.level);if(i===null)return!1;if(!this.transports||this.transports.length===0)return i>=r;let s=this.transports.findIndex(n=>{let a=CC(this.levels,n.level);return a===null&&(a=i),a>=r});return s!==-1}log(t,r,...i){if(arguments.length===1)return t[rl]=t.level,this._addDefaultMeta(t),this.write(t),this;if(arguments.length===2)return r&&typeof r=="object"?(r[rl]=r.level=t,this._addDefaultMeta(r),this.write(r),this):(this.write({[rl]:t,level:t,message:r}),this);let[s]=i;if(typeof s=="object"&&s!==null){let n=r&&r.match&&r.match(d_e);if(!n){let a=Object.assign({},this.defaultMeta,s,{[rl]:t,[g$]:i,level:t,message:r});return s.message&&(a.message=`${a.message} ${s.message}`),s.stack&&(a.stack=s.stack),this.write(a),this}}return this.write(Object.assign({},this.defaultMeta,{[rl]:t,[g$]:i,level:t,message:r})),this}_transform(t,r,i){if(this.silent)return i();t[rl]||(t[rl]=t.level),!this.levels[t[rl]]&&this.levels[t[rl]]!==0&&console.error("[winston] Unknown logger level: %s",t[rl]),this._readableState.pipes||console.error("[winston] Attempt to write logs with no transports %j",t);try{this.push(this.format.transform(t,this.format.options))}catch(s){throw s}finally{i()}}_final(t){let r=this.transports.slice();m$(r,(i,s)=>{if(!i||i.finished)return setImmediate(s);i.once("finish",s),i.end()},t)}add(t){let r=!y$(t)||t.log.length>2?new u_e({transport:t}):t;if(!r._writableState||!r._writableState.objectMode)throw new Error("Transports must WritableStreams in objectMode. Set { objectMode: true }.");return this._onEvent("error",r),this._onEvent("warn",r),this.pipe(r),t.handleExceptions&&this.exceptions.handle(),t.handleRejections&&this.rejections.handle(),this}remove(t){if(!t)return this;let r=t;return(!y$(t)||t.log.length>2)&&(r=this.transports.filter(i=>i.transport===t)[0]),r&&this.unpipe(r),this}clear(){return this.unpipe(),this}close(){return this.clear(),this.emit("close"),this}setLevels(){h_e.deprecated("setLevels")}query(t,r){typeof t=="function"&&(r=t,t={}),t=t||{};let i={},s=Object.assign({},t.query||{});function n(o,u){t.query&&typeof o.formatQuery=="function"&&(t.query=o.formatQuery(s)),o.query(t,(d,m)=>{if(d)return u(d);typeof o.formatResults=="function"&&(m=o.formatResults(m,t.format)),u(null,m)})}function a(o,u){n(o,(d,m)=>{u&&(m=d||m,m&&(i[o.name]=m),u()),u=null})}m$(this.transports.filter(o=>!!o.query),a,()=>r(null,i))}stream(t={}){let r=new a_e,i=[];return r._streams=i,r.destroy=()=>{let s=i.length;for(;s--;)i[s].destroy()},this.transports.filter(s=>!!s.stream).forEach(s=>{let n=s.stream(t);if(!n)return;i.push(n),n.on("log",a=>{a.transport=a.transport||[],a.transport.push(s.name),r.emit("log",a)}),n.on("error",a=>{a.transport=a.transport||[],a.transport.push(s.name),r.emit("error",a)})}),r}startTimer(){return new f_e(this)}profile(t,...r){let i=Date.now();if(this.profilers[t]){let s=this.profilers[t];delete this.profilers[t],typeof r[r.length-2]=="function"&&(console.warn("Callback function no longer supported as of winston@3.0.0"),r.pop());let n=typeof r[r.length-1]=="object"?r.pop():{};return n.level=n.level||"info",n.durationMs=i-s,n.message=n.message||t,this.write(n)}return this.profilers[t]=i,this}handleExceptions(...t){console.warn("Deprecated: .handleExceptions() will be removed in winston@4. Use .exceptions.handle()"),this.exceptions.handle(...t)}unhandleExceptions(...t){console.warn("Deprecated: .unhandleExceptions() will be removed in winston@4. Use .exceptions.unhandle()"),this.exceptions.unhandle(...t)}cli(){throw new Error(["Logger.cli() was removed in winston@3.0.0","Use a custom winston.formats.cli() instead.","See: https://github.com/winstonjs/winston/tree/master/UPGRADE-3.0.md"].join(`
s [Error]: write after end
at Sye (/Applications/Unity/Hub/Editor/2022.1.0b13/Unity.app/Contents/Resources/PackageManager/Server/server/app.js:4:18965)
at kv.Rn.write (/Applications/Unity/Hub/Editor/2022.1.0b13/Unity.app/Contents/Resources/PackageManager/Server/server/app.js:4:19415)
at UD.exports.log (/Applications/Unity/Hub/Editor/2022.1.0b13/Unity.app/Contents/Resources/PackageManager/Server/server/app.js:4:76414)
at UD.exports.Ev._write (/Applications/Unity/Hub/Editor/2022.1.0b13/Unity.app/Contents/Resources/PackageManager/Server/server/app.js:4:1152)
at bT (/Applications/Unity/Hub/Editor/2022.1.0b13/Unity.app/Contents/Resources/PackageManager/Server/server/app.js:3:24988)
at Eme (/Applications/Unity/Hub/Editor/2022.1.0b13/Unity.app/Contents/Resources/PackageManager/Server/server/app.js:3:24858)
at UD.exports.Gn.write (/Applications/Unity/Hub/Editor/2022.1.0b13/Unity.app/Contents/Resources/PackageManager/Server/server/app.js:3:23657)
at t.f (/Applications/Unity/Hub/Editor/2022.1.0b13/Unity.app/Contents/Resources/PackageManager/Server/server/app.js:4:37527)
at t.emit (node:events:402:35)
at XT (/Applications/Unity/Hub/Editor/2022.1.0b13/Unity.app/Contents/Resources/PackageManager/Server/server/app.js:4:33624)
Emitted 'error' event on kv instance at:
at eye (/Applications/Unity/Hub/Editor/2022.1.0b13/Unity.app/Contents/Resources/PackageManager/Server/server/app.js:4:14011)
at Sye (/Applications/Unity/Hub/Editor/2022.1.0b13/Unity.app/Contents/Resources/PackageManager/Server/server/app.js:4:18973)
at kv.Rn.write (/Applications/Unity/Hub/Editor/2022.1.0b13/Unity.app/Contents/Resources/PackageManager/Server/server/app.js:4:19415)
[... lines matching original stack trace ...]
at t.emit (node:events:402:35)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is QObject(0x600000c54240), parent's thread is QThread(0x600001b080c0), current thread is Thread(0x600001727960)