azonenberg changed the topic of #scopehal to: ngscopeclient, libscopehal, and libscopeprotocols development and testing | https://github.com/ngscopeclient/scopehal-apps | Logs: https://libera.irclog.whitequark.org/scopehal
<_whitenotifier-4> [scopehal] I-AM-EXFOLIATING opened issue #975: BIN Import Access Violation - https://github.com/ngscopeclient/scopehal/issues/975
<_whitenotifier-4> [scopehal] azonenberg assigned issue #975: BIN Import Access Violation - https://github.com/ngscopeclient/scopehal/issues/975
<_whitenotifier-4> [scopehal] azonenberg commented on issue #975: BIN Import Access Violation - https://github.com/ngscopeclient/scopehal/issues/975#issuecomment-2986409522
<d1b2> <azonenberg> huh i'm not sure who wrote this strict aliasing fix
<d1b2> <azonenberg> but i dont know how it ever worked
<d1b2> <azonenberg> @xfol_ ok so i have a local (not pushed yet) fix for the crash but it's also parsing your file slightly wrong
<d1b2> <azonenberg> so the import isn't usable
<d1b2> <azonenberg> ok so, the file reports itself as being 4168 bytes in size while actually being 2336 bytes which doesnt help
<d1b2> <azonenberg> but we ignore that field anyway
<d1b2> <azonenberg> @xfol_ ok so this file format isnt quite matching what i am expecting to see
<d1b2> <azonenberg> you say the actual data was acquired at 50 Ksps?
<d1b2> <azonenberg> and overall duration of 20 ms?
<d1b2> <azonenberg> because the "duration" field (at byte offset 0x20 in the file) is 0x5f 70 89 30 which interpreted as a little endian float32 is 1e-9
<d1b2> <azonenberg> then the sample interval at byte 0x2c (little endian float64) is reported as 1e-12 which is 1 picosecond assuming the base unit is seconds like it's supposed to be
<d1b2> <azonenberg> i wonder if the x and y axis units are different than i expect i'll look into this (they're reoirted as 2 and 1 respectively)
<d1b2> <azonenberg> reported*
<d1b2> <azonenberg> @bvernoux you have a MSO5000 right? can you have a look at this?
<_whitenotifier-4> [scopehal] azonenberg pushed 1 commit to master [+0/-0/±2] https://github.com/ngscopeclient/scopehal/compare/e3a50cc671f5...e2b9967bc967
<_whitenotifier-4> [scopehal] azonenberg e2b9967 - BINImportFilter: fixed broken strict aliasing fix. Fixes crash in #975, but the linked data file still doesn't import properly
<d1b2> <azonenberg> (plus i think you wrote the original version of that filter)
_whitelogger has joined #scopehal
erdnaxe has joined #scopehal
<_whitenotifier-4> [scopehal] I-AM-EXFOLIATING commented on issue #975: BIN Import Access Violation - https://github.com/ngscopeclient/scopehal/issues/975#issuecomment-2986782574
<_whitenotifier-4> [scopehal-apps] azonenberg pushed 2 commits to master [+0/-0/±2] https://github.com/ngscopeclient/scopehal-apps/compare/6151c7cb0502...ec199cc02cb3
<_whitenotifier-4> [scopehal-apps] azonenberg 1dd9cac - Updated to latest scopehal
<_whitenotifier-4> [scopehal-apps] azonenberg ec199cc - Moved PROJECT line to beginning of cmakelists. Fixes #848. Compile as C++ 20 on Windows so that vulkan-hpp pulls in the correct <version> header rather than the deprecated <ciso646> which causes warnings. Fixes #843.
<_whitenotifier-4> [scopehal-apps] azonenberg closed issue #848: CMake warning about project before enable_language - https://github.com/ngscopeclient/scopehal-apps/issues/848
<_whitenotifier-4> [scopehal-apps] azonenberg closed issue #843: Windows build: deprecation warnings causing build to fail (because of -Werror) - https://github.com/ngscopeclient/scopehal-apps/issues/843
<_whitenotifier-4> [scopehal] azonenberg pushed 1 commit to master [+0/-0/±2] https://github.com/ngscopeclient/scopehal/compare/e2b9967bc967...0a8ba31b4f35
<_whitenotifier-4> [scopehal] azonenberg 0a8ba31 - ClockRecoveryFilter: fixed use of labs instead of llabs on Windows for int64
<_whitenotifier-4> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/ngscopeclient/scopehal-apps/compare/ec199cc02cb3...ee4c44cdb583
<_whitenotifier-4> [scopehal-apps] azonenberg ee4c44c - Updated to latest scopehal
<_whitenotifier-4> [scopehal] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/ngscopeclient/scopehal/compare/0a8ba31b4f35...7caa55404417
<_whitenotifier-4> [scopehal] azonenberg 7caa554 - EyePattern: use 64-byte alignment for AVX512 vectors
<_whitenotifier-4> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/ngscopeclient/scopehal-apps/compare/ee4c44cdb583...93a8f0ee06e3
<_whitenotifier-4> [scopehal-apps] azonenberg 93a8f0e - Updated to latest scopehal
<_whitenotifier-4> [scopehal] I-AM-EXFOLIATING commented on issue #975: BIN Import Access Violation - https://github.com/ngscopeclient/scopehal/issues/975#issuecomment-2987059005
<_whitenotifier-4> [scopehal] azonenberg edited issue #975: Rigol MSO5000 BIN file import issues - https://github.com/ngscopeclient/scopehal/issues/975
<_whitenotifier-4> [scopehal] azonenberg commented on issue #975: Rigol MSO5000 BIN file import issues - https://github.com/ngscopeclient/scopehal/issues/975#issuecomment-2987111468
RedMoss has joined #scopehal
RedMoss has quit [Ping timeout: 260 seconds]
<_whitenotifier-4> [scopehal-apps] azonenberg closed issue #845: DeEmbedFilter unit test segfault in CI and on AMD iGPU (Framework) - https://github.com/ngscopeclient/scopehal-apps/issues/845
<_whitenotifier-4> [scopehal-apps] azonenberg commented on issue #845: DeEmbedFilter unit test segfault in CI and on AMD iGPU (Framework) - https://github.com/ngscopeclient/scopehal-apps/issues/845#issuecomment-2988864211
<_whitenotifier-4> [scopehal-apps] azonenberg commented on issue #830: MacOS libOMP not found with brew - https://github.com/ngscopeclient/scopehal-apps/issues/830#issuecomment-2988998864
<d1b2> <david.rysk> @vipqualitypost ^