[prev in list] [next in list] [prev in thread] [next in thread] 

List:       haiku-bugs
Subject:    Re: [Haiku-bugs] [Haiku] #3249: Jukebox can't run on GCC4/GCC2
From:       "miqlas" <trac () haiku-os ! org>
Date:       2008-12-31 0:19:23
Message-ID: 050.69d68e5e5092b161fdd0ed4eed3a2089 () haiku-os ! org
[Download RAW message or body]

#3249: Jukebox can't run on GCC4/GCC2 hibryd build
--------------------------+-------------------------------------------------
 Reporter:  miqlas        |       Owner:  axeld         
     Type:  bug           |      Status:  new           
 Priority:  normal        |   Milestone:  R1            
Component:  Applications  |     Version:  R1 development
Blockedby:                |    Platform:  x86           
 Blocking:                |  
--------------------------+-------------------------------------------------

Comment(by miqlas):

 No, i have R5 version, i'm sure, because i use the binary from my Haiku
 GCC2 build partition, and i always use it for audio :)

 I get these error with BePDF, and with ProjectConceptor too.

 Jukebox:
 In gdb:
 {{{
 (gdb) bt
 #0  0x00661450 in BBitmap::Bounds () from
 /boot/beos/system/lib/gcc2/libbe.so
 #1  0x0025a5d1 in PlayButton::setSkin ()
 #2  0x00244f7b in Jukebox::initViews ()
 #3  0x00243c90 in Jukebox::Jukebox ()
 #4  0x0024e30f in main ()
 (gdb)
 }}}

 BePDF:
 Shoot: [http://boly.hu/~miqlas/haiku/BePDF_GCC4.jpg]

 In gdb:
 {{{
 (gdb) bt
 #0  0xffff0104 in ?? ()
 #1  0x007b93e6 in port_buffer_size_etc ()
    from /boot/beos/system/lib/gcc2/libroot.so
 #2  0x00571b92 in BLooper::ReadRawFromPort ()
    from /boot/beos/system/lib/gcc2/libbe.so
 #3  0x00571c1e in BLooper::ReadMessageFromPort ()
    from /boot/beos/system/lib/gcc2/libbe.so
 #4  0x005712bb in BLooper::MessageFromPort ()
    from /boot/beos/system/lib/gcc2/libbe.so
 #5  0x00571dab in BLooper::task_looper ()
    from /boot/beos/system/lib/gcc2/libbe.so
 #6  0x0056563d in BApplication::Run () from
 /boot/beos/system/lib/gcc2/libbe.so
 #7  0x002da854 in main ()
 (gdb)
 }}}

 ProjectConceptor:

 In Terminal:
 {{{
 resolve symbol "_ZNK11BArchivable7ArchiveEP8BMessageb" returned:
 -2147478780
 resolve symbol "_ZNK5BView7ArchiveEP8BMessageb" returned: -2147478780
 resolve symbol "_ZNK12BApplication7ArchiveEP8BMessageb" returned:
 -2147478780
 resolve symbol "_ZNK5BView7ArchiveEP8BMessageb" returned: -2147478780
 resolve symbol "_ZNK5BView7ArchiveEP8BMessageb" returned: -2147478780
 resolve symbol "_ZNK11BArchivable7ArchiveEP8BMessageb" returned:
 -2147478780
 resolve symbol "_ZNK11BArchivable7ArchiveEP8BMessageb" returned:
 -2147478780
 resolve symbol "_ZNK7BWindow7ArchiveEP8BMessageb" returned: -2147478780
 resolve symbol "_ZNK11BArchivable7ArchiveEP8BMessageb" returned:
 -2147478780
 resolve symbol "_ZNK11BArchivable7ArchiveEP8BMessageb" returned:
 -2147478780
 resolve symbol "_ZTVN10__cxxabiv117__class_type_infoE" returned:
 -2147478780
 resolve symbol "_ZNK11BArchivable7ArchiveEP8BMessageb" returned:
 -2147478780
 resolve symbol "_ZNK11BArchivable7ArchiveEP8BMessageb" returned:
 -2147478780
 resolve symbol "_ZNK11BArchivable7ArchiveEP8BMessageb" returned:
 -2147478780
 resolve symbol "_ZN5BList14_ReservedList1Ev" returned: -2147478780
 }}}

 In gdb:
 {{{
 0x0093beda in GraphEditor::AttachedToWindow (this=0x18046260)
     at GraphEditor.cpp:574
 574     GraphEditor.cpp: No such file or directory.
         in GraphEditor.cpp
 (gdb) bt
 #0  0x0093beda in GraphEditor::AttachedToWindow (this=0x18046260)
     at GraphEditor.cpp:574
 #1  0x003fe848 in BView::_Attach () from
 /boot/beos/system/lib/gcc2/libbe.so
 #2  0x003fe8c3 in BView::_Attach () from
 /boot/beos/system/lib/gcc2/libbe.so
 #3  0x003fb78d in BView::_AddChild () from
 /boot/beos/system/lib/gcc2/libbe.so
 #4  0x003fb629 in BView::AddChild () from
 /boot/beos/system/lib/gcc2/libbe.so
 #5  0x003de82e in BTab::Select () from /boot/beos/system/lib/gcc2/libbe.so
 #6  0x003e047c in BTabView::Select () from
 /boot/beos/system/lib/gcc2/libbe.so
 #7  0x0023c2d4 in MainView::Select (this=0x18019fe0, tab=0x18063ab0)
     at MainView.cpp:53
 #8  0x00258da5 in PWindow::AddEditor (this=0x1802c1a8,
     name=0x943e02 "GraphEditor", editor=0x18046260) at
 Document/PWindow.cpp:465
 #9  0x00253203 in PWindow::CreatEditorList (this=0x1802c1a8)
     at Document/PWindow.cpp:87
 #10 0x0025a658 in PWindow::Show (this=0x1802c1a8) at
 Document/PWindow.cpp:875
 #11 0x00252af1 in PWindow::PWindow (this=0x1802c1a8, rect=
       {left = 50, top = 50, right = 973, bottom = 717},
 document=0x1801a108)
     at Document/PWindow.cpp:35
 #12 0x0024bffc in PDocument::Init (this=0x1801a108)
     at Document/PDocument.cpp:261
 #13 0x0024a834 in PDocument::PDocument (this=0x1801a108,
     initManager=0x180202a0) at Document/PDocument.cpp:31
 #14 0x002511f2 in PDocumentManager::CreateDocument (this=0x180202a0)
     at Document/PDocumentManager.cpp:123
 ---Type <return> to continue, or q <return> to quit---
 #15 0x002505cf in PDocumentManager::PDocumentManager (this=0x180202a0)
     at Document/PDocumentManager.cpp:9
 #16 0x0023c551 in ProjektConceptor::ProjektConceptor (this=0x1801a230)
     at ProjectConceptor.cpp:144
 #17 0x0023d2ce in main () at ProjectConceptor.cpp:298
 (gdb)
 }}}

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/3249#comment:2>
Haiku <http://dev.haiku-os.org>
The Haiku operating system.
_______________________________________________
Haiku-bugs mailing list
Haiku-bugs@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/haiku-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic