Luu Viet Anh
Luu Viet Anh
> Something wrong with schemas. Temporary solution. You can use oneOf keyword and getSchemaPath method: > > ```ts > @Type(() => YourClass) > @ValidateNested() > @ApiProperty({ > description: 'Test', >...
@bnoordhuis Thank for your help I try install devtoolset-2 with gcc 4.8.2 then reinstall llnode successfully but when i analysis example core dump like this ``` llnode ~/.nvm/versions/node/v5.12.0/bin/node -c core.29338...
I've a question, If I dump core in my server running cent os 6. And I download dump file to my local machine (or other machine) like macbook. Can I...
I just tried download extract node executable and stuck in ``` llnode ~/.nvm/versions/node/v5.12.0/bin/node -c core.29338 (lldb) target create "/home/.nvm/versions/node/v5.12.0/bin/node" --core "core.29338" ``` with node version v5, v6, v8 and same...
@joyeecheung bellow is lldb log ``` Process::ControlPrivateStateThread (signal = 4) thread created Sending control event of type: 4. Process::RunPrivateStateThread (arg = 0x7f7f6604f400, pid = 25503) thread starting... Process::WaitForEventsPrivate (timeout =...