Send USRP-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of USRP-users digest..."
Today's Topics:
1. Problem with uhd_usrp_probe (Paola Madonna)
----------------------------------------------------------------------
Message: 1
Date: Thu, 24 Mar 2011 15:32:05 +0100
From: "Paola Madonna" <[email protected]>
To: <[email protected]>
Subject: [USRP-users] Problem with uhd_usrp_probe
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"
Hello,
we build uhd under windows successfully. We run the binary file
uhd_find_devices and it displays the serial number and the type. Then we run
the binary file uhd_usrp_probe but windows crashs. We debug the code and we
found that the call to the function device::make doesn't work well and
causes the crash when it creates a new device (the line in red):
try{
UHD_ASSERT_THROW(hash_to_device.has_key(dev_hash));
UHD_ASSERT_THROW(not hash_to_device[dev_hash].expired());
return hash_to_device[dev_hash].lock();
}
//create and register a new device
catch(const uhd::assertion_error &){
device::sptr dev = maker(dev_addr);
hash_to_device[dev_hash] = dev;
return dev;
}
We used The boost version 1.44 for this project.
Please help me as soon as possible,
Thanks,
--------------------------------
Ing. Paola Madonna
TRS S.p.A.
Via Giulio Cesare 105
c/o Selex-SI, Stab. Fusaro
80070 Bacoli (NA)
Italy
Ph.:+39 (0)81 52 72 837
Fax: +39 (0)81 52 72 828
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/attachments/20110324/9289b825/attachment-0001.html>
------------------------------
_______________________________________________
USRP-users mailing list
[email protected]
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
End of USRP-users Digest, Vol 7, Issue 43
*****************************************