schragnasher
Topic Author
Posts: 33
Joined: 07 Mar 2015, 01:58

Access Violation when bind to collection

22 Mar 2015, 04:43

Unhandled exception at 0x2BD24F92: Access Violation reading location 0x00000070

I cannot figure out if i am doing this wrong or if its a bug. Property and binding below. I get the access error for every item in the collection when i click the combo box.
    private ObservableCollection<string> _categories = new ObservableCollection<string>();
    public ObservableCollection<string> Categories {
        get { return _categories; }
        set {
            if (_categories != value) {
                _categories = value;
                OnPropertyChanged("Categories");
            }
        }
    }
<ComboBox x:Name="CategoryBox" ItemsSource="{Binding Categories}" />
 
schragnasher
Topic Author
Posts: 33
Joined: 07 Mar 2015, 01:58

Re: Access Violation when bind to collection

22 Mar 2015, 20:18

Forgot to add the full dump

[ 0] [0x30524F92] Noesis.dll!MouseState_leftButton_get + 0xbf7b2 bytes
[ 1] [0x30517B3A] Noesis.dll!MouseState_leftButton_get + 0xb235a bytes
[ 2] [0x3042B3F8] Noesis.dll!eastl::fixed_pool_base::init + 0x1baff8 bytes
[ 3] [0x3040FA91] Noesis.dll!eastl::fixed_pool_base::init + 0x19f691 bytes
[ 4] [0x3046ED06] Noesis.dll!MouseState_leftButton_get + 0x9526 bytes
[ 5] [0x304D9A91] Noesis.dll!MouseState_leftButton_get + 0x742b1 bytes
[ 6] [0x303F8210] Noesis.dll!eastl::fixed_pool_base::init + 0x187e10 bytes
[ 7] [0x3049502B] Noesis.dll!MouseState_leftButton_get + 0x2f84b bytes
[ 8] [0x303CE3DE] Noesis.dll!eastl::fixed_pool_base::init + 0x15dfde bytes
[ 9] [0x30470CBE] Noesis.dll!MouseState_leftButton_get + 0xb4de bytes
[10] [0x30516291] Noesis.dll!MouseState_leftButton_get + 0xb0ab1 bytes
[11] [0x303FB42E] Noesis.dll!eastl::fixed_pool_base::init + 0x18b02e bytes
[12] [0x30517561] Noesis.dll!MouseState_leftButton_get + 0xb1d81 bytes
[13] [0x30514B08] Noesis.dll!MouseState_leftButton_get + 0xaf328 bytes
[14] [0x3048BE14] Noesis.dll!MouseState_leftButton_get + 0x26634 bytes
[15] [0x3066D62A] Noesis.dll!Noesis_MouseButtonDown + 0x7a bytes
[16] [0x0B92C4C8] mono.dll!mono_thread_current + 0xc bytes
[17] [0x0B92C4C8] mono.dll!mono_thread_current + 0xc bytes
[18] [0x0B8B1E35] mono.dll!g_free + 0x407 bytes
[19] [0x0B8B1DDD] mono.dll!g_free + 0x3af bytes
 
User avatar
jsantos
Site Admin
Posts: 3918
Joined: 20 Jan 2012, 17:18
Contact:

Re: Access Violation when bind to collection

24 Mar 2015, 12:42

Please, confirm that the problem is still happening in v1.2.1 (just released today) and file us an issue in the tracker providing a repro scene if possible and the minidump (.dmp file) corresponding to the crash.

Who is online

Users browsing this forum: Ahrefs [Bot], Google [Bot] and 9 guests