https://bugs.kde.org/show_bug.cgi?id=477118
Méven Car <meve...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meve...@gmail.com --- Comment #3 from Méven Car <meve...@gmail.com> --- There is a q_assert that breaks in kdsoap-ws-discovery-client : #15 0x00007fab6f6a5908 in qt_assert (assertion=assertion@entry=0x7fab6aee09ef "rc", file=file@entry=0x7fab6aee09d3 "./src/wsdiscoveryclient.cpp", line=line@entry=86) at ./src/corelib/global/qassert.cpp:68 #16 0x00007fab6aec9c67 in WSDiscoveryClient::sendProbe (this=this@entry=0x557299436350, typeList=..., scopeList=...) at ./src/wsdiscoveryclient.cpp:86 #17 0x00007fab6af792ad in WSDiscoverer::start (this=0x5572994713a0) at /usr/include/x86_64-linux-gnu/qt6/QtCore/qarraydataops.h:340 #18 0x00007fab6af68f3e in SMBWorker::listDir (this=0x7ffeb9fc2500, kurl=...) at ./smb/kio_smb_browse.cpp:443 #19 0x00007fab6f91fad8 in KIO::WorkerSlaveBaseBridge::listDir (this=0x557299454560, url=...) at ./src/core/workerbase_p.h:121 ``` rc = m_soapUdpClient->sendMessage(message, KDSoapHeaders(), DISCOVERY_ADDRESS_IPV6, DISCOVERY_PORT); Q_ASSERT(rc); ``` Patrick Silva, do you have Ipv6 support on your network ? -- You are receiving this mail because: You are watching all bug changes.