Câu hỏi được gắn thẻ «stack-trace»

Một báo cáo về các khung ngăn xếp hoạt động tại một thời điểm nhất định trong quá trình thực hiện chương trình.

3
Nhận __name__ của việc gọi mô-đun của hàm bằng Python
Giả sử myapp/foo.pychứa: def info(msg): caller_name = ???? print '[%s] %s' % (caller_name, msg) Và myapp/bar.pychứa: import foo foo.info('Hello') # => [myapp.bar] Hello Tôi muốn caller_nameđược đặt thành __name__thuộc tính của mô-đun gọi hàm '(là' myapp.foo ') trong trường hợp này. Điều này có thể giải quyết như thế nào?


4
presentViewController: crash trên iOS <6 (AutoLayout)
Đây là một vụ tai nạn kỳ lạ mà tôi đang gặp phải. Sự cố xảy ra khi tôi nhấn một nút đi đến một ViewController nhất định. Dòng mà nó gặp sự cố là: DestinationInformationViewController *info = [[DestinationInformationViewController alloc] init]; [info setModalTransitionStyle: UIModalTransitionStyleCrossDissolve]; [self presentViewController:info animated:YES completion: nil]; // …


5
Không thể tải mô-đun ghi nhớ Lỗi Logcat
Tôi đang gặp lỗi Couldn't load memtrack module (No such file or directory) failed to load memtrack module: -2trong thời gian chạy. Lỗi StackTrace: E/SoundPool(1280) : error loading /system/media/audio/ui/Effect_Tick.ogg E/SoundPool(1280) : error loading /system/media/audio/ui/KeypressStandard.ogg E/SurfaceFlinger(931) : glCheckFramebufferStatusOES error 733995180 E/memtrack(1873) : Couldn't load memtrack module (No such file or directory) …


Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.