Lucian Petrut

Results 41 comments of Lucian Petrut

@teawater great stuff. I remember seeing your libhermit demo [1] some time ago and was wondering if you're still considering the unikernel approach. Also, I've noticed that you switched from...

We're hitting the same issue on Ceph. The above sample is still hanging using mingw 8.0.0 and g++-mingw-w64 10.3.0.

> Can you reproduce the issue with latest GCC toolchain 12.1.0? I'm giving it a try, thanks for the suggestion.

Same behavior using mingw 10.0.0 and gcc 12.1.0. Here's a trace: https://pastebin.com/raw/wBzzpqi1 There seems to be a deadlock between the following calls: * pthread_rwlock_rdlock * pthread_rwlock_wrlock\rwlock_gain_both_locks * pthread_rwlock_unlock

> There have been issues in winpthreads that never get fixed. However, do you have any interest in https://gcc-mcf.lhmouse.com/? I believe it is feasible to create a new threading library...

> Looks fine. BTW, do run any windows specific tests before merging? @batrick the windows tests have been executed by this job: https://jenkins.ceph.com/job/ceph-windows-pull-requests/13846/console fwiw, it doesn't actually run ``ceph_test_*``, that...

> > > Looks fine. BTW, do run any windows specific tests before merging? @batrick > > > > > > the windows tests have been executed by this job:...

> > No, it can be merged right away (well, after getting the green light from the qa team since it has the "needs-qa" label). The other PR is just...

> I guess things have changed a bit since then. We need to explicitly inform @yuriw to pick the changes and run it through various suites. > > > I...

We'd like to integrate ceph-dokan upstream: https://github.com/ceph/ceph/pull/33750 As mentioned in the commit description, we made a few changes before proposing it upstream. Among others, we're adding Dokany support. This is...