Advertisement
Guest User

Untitled

a guest
Jan 7th, 2022
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.31 KB | None | 0 0
  1. GNU gdb (Gentoo 11.1 vanilla) 11.1
  2. Copyright (C) 2021 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law.
  6. Type "show copying" and "show warranty" for details.
  7. This GDB was configured as "x86_64-pc-linux-gnu".
  8. Type "show configuration" for configuration details.
  9. For bug reporting instructions, please see:
  10. <https://bugs.gentoo.org/>.
  11. Find the GDB manual and other documentation resources online at:
  12. <http://www.gnu.org/software/gdb/documentation/>.
  13.  
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from /home/rafael/src/VTK/VTK/build/bin/vtkInfovisCoreCxxTests...
  17.  
  18. warning: core file may not match specified executable file.
  19. [New LWP 171475]
  20. [New LWP 172010]
  21. [New LWP 172006]
  22. [New LWP 172013]
  23. [New LWP 172016]
  24. [New LWP 172018]
  25. [New LWP 172012]
  26. [New LWP 172019]
  27. [New LWP 172009]
  28. [New LWP 172005]
  29. [New LWP 172023]
  30. [New LWP 172020]
  31. [New LWP 172007]
  32. [New LWP 172017]
  33. [New LWP 172015]
  34. [New LWP 172008]
  35. [New LWP 172028]
  36. [New LWP 172024]
  37. [New LWP 172011]
  38. [New LWP 172021]
  39. [New LWP 172026]
  40. [New LWP 172014]
  41. [New LWP 172022]
  42. [New LWP 172029]
  43. [New LWP 172025]
  44. [New LWP 172027]
  45. [Thread debugging using libthread_db enabled]
  46. Using host libthread_db library "/lib64/libthread_db.so.1".
  47. Core was generated by `/home/rafael/src/VTK/VTK/build/bin/vtkInfovisCoreCxxTests TestWordCloud /home/r'.
  48. Program terminated with signal SIGFPE, Arithmetic exception.
  49. #0 0x00007f333676a376 in lp_build_tgsi_info (tokens=<optimized out>, info=0x564c4e7ddd60)
  50. at ../mesa-21.2.6/src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c:592
  51. b592 if (value < 0.0f || value > 1.0f) {
  52. [Current thread is 1 (Thread 0x7f3337144fc0 (LWP 171475))]
  53. (gdb) backtrace
  54. #0 0x00007f333676a376 in lp_build_tgsi_info (tokens=<optimized out>, info=0x564c4e7ddd60)
  55. at ../mesa-21.2.6/src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c:592
  56. #1 0x00007f333670ee69 in llvmpipe_create_fs_state (pipe=0x564c4e7d95f0, templ=0x7ffc552f1ba0)
  57. at ../mesa-21.2.6/src/gallium/drivers/llvmpipe/lp_state_fs.c:3623
  58. #2 0x00007f3336651347 in ureg_create_shader (ureg=ureg@entry=0x564c4e9c5620, pipe=pipe@entry=0x564c4e7d95f0,
  59. so=so@entry=0x0) at ../mesa-21.2.6/src/gallium/auxiliary/tgsi/tgsi_ureg.c:2158
  60. #3 0x00007f3336654749 in ureg_create_shader_with_so_and_destroy (so=0x0, pipe=0x564c4e7d95f0, p=0x564c4e9c5620)
  61. at ../mesa-21.2.6/src/gallium/auxiliary/tgsi/tgsi_ureg.h:149
  62. #4 ureg_create_shader_and_destroy (pipe=0x564c4e7d95f0, p=0x564c4e9c5620)
  63. at ../mesa-21.2.6/src/gallium/auxiliary/tgsi/tgsi_ureg.h:158
  64. #5 util_make_fragment_tex_shader_writemask (pipe=pipe@entry=0x564c4e7d95f0,
  65. tex_target=tex_target@entry=TGSI_TEXTURE_1D, interp_mode=interp_mode@entry=TGSI_INTERPOLATE_LINEAR,
  66. writemask=writemask@entry=15, stype=<optimized out>, dtype=<optimized out>, load_level_zero=true,
  67. use_txf=false) at ../mesa-21.2.6/src/gallium/auxiliary/util/u_simple_shaders.c:354
  68. #6 0x00007f33366548f0 in util_make_fragment_tex_shader (pipe=pipe@entry=0x564c4e7d95f0,
  69. tex_target=tex_target@entry=TGSI_TEXTURE_1D, interp_mode=interp_mode@entry=TGSI_INTERPOLATE_LINEAR,
  70. stype=<optimized out>, dtype=<optimized out>, load_level_zero=<optimized out>, use_txf=false)
  71. at ../mesa-21.2.6/src/gallium/auxiliary/util/u_simple_shaders.c:372
  72. #7 0x00007f3336763934 in blitter_get_fs_texfetch_col (ctx=ctx@entry=0x564c4e698d60,
  73. src_format=src_format@entry=PIPE_FORMAT_R32_UINT, dst_format=dst_format@entry=PIPE_FORMAT_R32_SINT,
  74. target=target@entry=PIPE_TEXTURE_1D, src_nr_samples=src_nr_samples@entry=1,
  75. dst_nr_samples=dst_nr_samples@entry=1, filter=0, use_txf=false)
  76. at ../mesa-21.2.6/src/gallium/auxiliary/util/u_blitter.c:1034
  77. #8 0x00007f333676486d in util_blitter_cache_all_shaders (blitter=0x564c4e698d60)
  78. at ../mesa-21.2.6/src/gallium/auxiliary/util/u_blitter.c:1262
  79. #9 0x00007f33366f4f6e in llvmpipe_create_context (screen=0x564c4e87e980, priv=<optimized out>,
  80. flags=<optimized out>) at ../mesa-21.2.6/src/gallium/drivers/llvmpipe/lp_context.c:272
  81. #10 0x00007f3336173ed9 in st_api_create_context (stapi=<optimized out>, smapi=0x564c4e89b1f0,
  82. attribs=0x7ffc552f2070, error=0x7ffc552f206c, shared_stctxi=0x0)
  83. at ../mesa-21.2.6/src/mesa/state_tracker/st_manager.c:935
  84. #11 0x00007f3336119ea7 in dri_create_context (api=<optimized out>, visual=<optimized out>, cPriv=0x564c4e95d4e0,
  85. ctx_config=<optimized out>, error=0x7ffc552f2264, sharedContextPrivate=0x0)
  86. at ../mesa-21.2.6/src/gallium/frontends/dri/dri_context.c:163
  87. #12 0x00007f3336614ee8 in driCreateContextAttribs (screen=0x564c4e89a2c0, api=<optimized out>,
  88. config=0x564c4e8b4920, shared=<optimized out>, num_attribs=<optimized out>, attribs=<optimized out>,
  89. error=0x7ffc552f2264, data=0x564c4e95d350) at ../mesa-21.2.6/src/mesa/drivers/dri/common/dri_util.c:480
  90. #13 0x00007f333700b6ab in drisw_create_context_attribs (error=0x7ffc552f2264, attribs=<optimized out>,
  91. num_attribs=<optimized out>, shareList=<optimized out>, config_base=<optimized out>, base=0x564c4e6d9fb0)
  92. at ../mesa-21.2.6/src/glx/drisw_glx.c:583
  93. #14 drisw_create_context_attribs (base=0x564c4e6d9fb0, config_base=<optimized out>, shareList=<optimized out>,
  94. num_attribs=<optimized out>, attribs=<optimized out>, error=0x7ffc552f2264)
  95. at ../mesa-21.2.6/src/glx/drisw_glx.c:488
  96. #15 0x00007f3337009320 in glXCreateContextAttribsARB (dpy=0x564c4e83a4d0, config=0x564c4e8768b0,
  97. share_context=0x0, direct=1, attrib_list=0x7ffc552f2560) at ../mesa-21.2.6/src/glx/create_context.c:100
  98. #16 0x00007f333d895d4f in glXCreateContextAttribsARB (dpy=0x564c4e83a4d0, config=0x564c4e8768b0, share_list=0x0,
  99. direct=1, attrib_list=0x7ffc552f2560) at ../libglvnd-v1.3.4/src/GLX/libglx.c:305
  100. #17 0x00007f333e526efc in vtkXOpenGLRenderWindow::CreateAWindow (this=0x564c4e71c2d0)
  101. at /home/rafael/src/VTK/VTK/Rendering/OpenGL2/vtkXOpenGLRenderWindow.cxx:611
  102. #18 0x00007f333e527acb in vtkXOpenGLRenderWindow::WindowInitialize (this=0x564c4e71c2d0)
  103. at /home/rafael/src/VTK/VTK/Rendering/OpenGL2/vtkXOpenGLRenderWindow.cxx:810
  104. #19 0x00007f333e527b96 in vtkXOpenGLRenderWindow::Initialize (this=0x564c4e71c2d0)
  105. at /home/rafael/src/VTK/VTK/Rendering/OpenGL2/vtkXOpenGLRenderWindow.cxx:831
  106. #20 0x00007f333e527f55 in vtkXOpenGLRenderWindow::Start (this=0x564c4e71c2d0)
  107. at /home/rafael/src/VTK/VTK/Rendering/OpenGL2/vtkXOpenGLRenderWindow.cxx:941
  108. #21 0x00007f333d1bb118 in vtkRenderWindow::Render (this=0x564c4e71c2d0)
  109. at /home/rafael/src/VTK/VTK/Rendering/Core/vtkRenderWindow.cxx:296
  110. #22 0x00007f333e44191b in vtkOpenGLRenderWindow::Render (this=0x564c4e71c2d0)
  111. at /home/rafael/src/VTK/VTK/Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx:2343
  112. #23 0x00007f333e52b08c in vtkXOpenGLRenderWindow::Render (this=0x564c4e71c2d0)
  113. at /home/rafael/src/VTK/VTK/Rendering/OpenGL2/vtkXOpenGLRenderWindow.cxx:1593
  114. #24 0x0000564c4e0ff9c9 in TestWordCloud (argc=7, argv=0x7ffc552f2b20)
  115. at /home/rafael/src/VTK/VTK/Infovis/Core/Testing/Cxx/TestWordCloud.cxx:72
  116. --Type <RET> for more, q to quit, c to continue without paging--
  117. #25 0x0000564c4e0ca0dc in main (ac=7, av=0x7ffc552f2b20)
  118. at /home/rafael/src/VTK/VTK/build/Infovis/Core/Testing/Cxx/vtkInfovisCoreCxxTests.cxx:370
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement